Help for this page

Select Code to Download


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