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

I am trying to write a program that will download one web page from the internet based on user supplied settings and save it as a text file (the web page is a table of data). I have found several programs that troll through websites and their links and some that even download pictures but none that do what I want. Is there any literature you suggest reading (or already written programs that you suggest) to help me in my quest?

Replies are listed 'Best First'.
Re: Accessing websites with Perl
by jdporter (Paladin) on Feb 03, 2009 at 01:54 UTC

    The LWP bundle has the basic building blocks; for complicated web interactions, you'll probably need WWW::Mechanize.

    Between the mind which plans and the hands which build, there must be a mediator... and this mediator must be the heart.
Re: Accessing websites with Perl
by planetscape (Chancellor) on Feb 03, 2009 at 14:43 UTC
Re: Accessing websites with Perl
by tomfahle (Priest) on Feb 03, 2009 at 16:17 UTC