if ($mech->success()) { $mech->sleep(1); # waiting for load site $mech->click({xpath => '//input[@name="username"]', single => 1 }); $mech->sleep(1); $mech->sendkeys( string => "test\r" ); $mech->sleep(1); $mech->click({xpath => '//input[@name="password"]', single => 1 }); $mech->sleep(1); $mech->sendkeys( string => "test\r" ); $mech->sleep(1); show_screen($mech); }