Help for this page

Select Code to Download


  1. or download this
    sub login()
    {
    ...
        $mech->click_button('value'=>'Sign in using our secure server');
        
    }
    
  2. or download this
    eval {$mech->click_button('value'=>'does not exist')};
    if ($@) {
        warn("Can't click button\n");
    }