Help for this page

Select Code to Download


  1. or download this
    $mech->submit_form(
        form_name => 'search',
        fields    => { query  => 'pot of gold', },
        button    => 'Search Now'
    );
    
  2. or download this
    
    submit_form(
        button => 'Sign-In',
    ...