Help for this page
use WWW::Mechanize; use strict; ... $agent->field('request', 'test'); $agent->submit(); # will go to the form's action URL print( $agent->response->content() );