in reply to query CGI and save results

See WWW::Mechanize, subclass WWW::Scripter::Plugin::JavaScript, WWW::Mechanize::Firefox

Replies are listed 'Best First'.
Re^2: query CGI and save results
by Anonymous Monk on Oct 23, 2011 at 14:14 UTC
    Even something simple such as LWP::Simple's getstore() method is probably enough. If you need to POST a form, LWP::UserAgent (in the same distribution) is required.

      Even something simple such as ... probably ...

      I used to think that 10 years ago, but I'd see folks stumble with cookies .... WWW::Mechanize takes care of a lot of details for you, I stick with Mechanize-alikes even if LWP would suffice