in reply to How to get a URL and pass values to a form and submit with perl

The general advice is to use WWW::Mechanize for this kind of thing.

  • Comment on Re: How to get a URL and pass values to a form and submit with perl

Replies are listed 'Best First'.
Re^2: How to get a URL and pass values to a form and submit with perl
by Anonymous Monk on Mar 26, 2008 at 20:44 UTC

    Any way of doing this without that module? The perl perl module is not possible on the server I am using.