in reply to Perl to automate CGI query?
You can create a request easily using HTTP::Request::Common's POST. The resulting object would be passed to LWP::UserAgent.
There is also WWW::Mechanize.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl to automate CGI query?
by emmiesix (Novice) on Jun 24, 2011 at 21:33 UTC |