Help for this page

Select Code to Download


  1. or download this
    $agent->tick($chk_visa,'Visa');
    
  2. or download this
    use CGI::Pretty qw(:standard);
    
    ...
          submit('go'), end_form, end_html,
       ;
    }
    
  3. or download this
    use WWW::Mechanize;
    use Test::More qw(no_plan);
    ...
    $bot->submit;
    
    is( $bot->content(), 'Visa', "Got expected content" );