Help for this page

Select Code to Download


  1. or download this
    my $inputobject=$mech->current_form()->find_input( undef,'submit' );
    print $inputobject->value . "\n";
    $mech->click_button(input => $inputobject);
    print $mech->status() . "\n";