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