- or download this
sub login{
...
print "Done.\n";
}#sub login
- or download this
$mech->set_visible( "my_username", "my_password");
- or download this
sub login{
...
print "Done.\n";
}#sub login
- or download this
$mech->submit();
- or download this
my $button = $mech->current_form()->find_input(undef, "submit");
$mech->click_button(input => $button)