Help for this page

Select Code to Download


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