For Programmers: Free Programming Magazines  


Home > Archive > PERL Programming > November 2005 > convert a given gene....









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author convert a given gene....
romanny

2005-11-25, 6:56 pm

Your fourth assignment:

use LWP::Simple;
my $url = 'http://www.expasy.org/uniprot/P21049.fas';
my $content = get $url;
die "Couldn't get $url" unless defined $content;

print $content;

exit;


Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com