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

Hi I'm trying to find out if there are modules that I can use to read a website, set values, and submit the page. Also I want to retrieve the results, so the page (or subpage). Any suggestions? It is to make my daily life simpler and less frustrated. Cheers

Replies are listed 'Best First'.
Re: Processing websites in Perl
by Errto (Vicar) on May 24, 2005 at 03:57 UTC
    I haven't used it, but a quick peek around PerlMonks suggests that WWW::Mechanize is a popular choice. If you wish to work with HTTP calls at a somewhat lower level, I've used LWP::UserAgent to great success.
Re: Processing websites in Perl
by johnnywang (Priest) on May 24, 2005 at 04:06 UTC
Re: Processing websites in Perl
by kprasanna_79 (Hermit) on May 24, 2005 at 04:01 UTC
      thnx for the help, this is what I'm looking for. Would like to build a command line website handler (for a specific site, at my work).