Help for this page
$mech->click({xpath => '//*[@id="submit"]'});
my $find_button = $mech->xpath('//*[@id="submit"]', single => 1 ); $mech->click( $find_button );