Help for this page

Select Code to Download


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