http://qs321.pair.com?node_id=639471


in reply to Mechanize and Post?

Well I think you don't need Mech, just LWP::UserAgent.

non-Perl: Andy Ford

Replies are listed 'Best First'.
Re^2: Mechanize and Post?
by Joost (Canon) on Sep 17, 2007 at 19:48 UTC
      So is it as simple as something like this:
      my $url = 'http://somewebsite?with_form_data'; $mech->post( $url );
      using my current $mech object?