Help for this page

Select Code to Download


  1. or download this
    use strict;
    use WWW::Mechanize::Firefox;
    ...
        $agent->click( $method_field, synchronize => 0 );
        #$agent->submit();
    }