arunhorne has asked for the wisdom of the Perl Monks concerning the following question:
Monks,
I have a URL http://ca.expasy.org/cgi-bin/get-sprot-fasta?Q9PKH8 that results in text/plain output. I want to store this to a file. How can I go about doing this using Perl... the URL will be generated many times with different parameters hence need for automation.
Thanks, Arun
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Retrieving Data from URL
by lshatzer (Friar) on May 13, 2002 at 14:54 UTC | |
•Re: Retrieving Data from URL
by merlyn (Sage) on May 13, 2002 at 14:55 UTC | |
Incase You Need to Use a Proxy with LWP
by arunhorne (Pilgrim) on May 13, 2002 at 15:40 UTC |