- or download this
use CGI;
use strict;
...
$cgi->submit('submit'),
$cgi->end_form(),
$cgi->end_html();
- or download this
use WWW::Mechanize;
use strict;
...
if (!$mech->success()) { die "Couldn't set type\n"; }
$mech->click('submit');
- or download this
Unexpected field value http://x.x.x.x/cgi-bin/script.cgi at (eval 5) l
+ine 1