Skip to content
Snippets Groups Projects
Commit 4dfd9ecf authored by Andy Yates's avatar Andy Yates
Browse files

Documentation update

parent 6b4df2c3
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,6 @@ Bio::EnsEMBL::Utils::URI
use Bio::EnsEMBL::Utils::URI qw/parse_uri is_uri/;
# or use Bio::EnsEMBL::Utils::URI qw/:all/; # to bring everything in
my $up = Bio::EnsEMBL::Utils::URIParser->new();
my $db_uri = parse_uri('mysql://user@host:3157/db');
my $http_uri = parse_uri('http://www.google.co.uk:80/search?q=t');
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment