angerusso has asked for the wisdom of the Perl Monks concerning the following question:

Hey, Could anyone help me with how to submit this html page e.g. below from a perl script and get the output as an appended file? I plan to submit 1000s of these html request being read by a perl script and output appended to one text file. In short, 1000 of these html requests shoul create output file with 1000 rows

 http://mutationassessor.org/?cm=var&var=7,55178574,G,A&fts=all&frm=txt

Thanks for your help

Replies are listed 'Best First'.
Re: HTML request to a server
by remiah (Hermit) on Dec 12, 2011 at 00:33 UTC
    To fetch html output with ease, LWP::Simple may be convenient Cpan LWP::Simple.

      Thanks so much for your message. I tried it but I needed to install 10 other packages before that which is a hassle Any other suggestions that are simpler? If not, I will keep trying to install SIMPLE<\p>