Help for this page

Select Code to Download


  1. or download this
            'default_charset' => 'windows-1252',
                     'enctype' => 'application/x-www-form-urlencoded',
                     'accept_charset' => 'UNKNOWN',
    
  2. or download this
        use strict;
        use warnings;
    ...
            $browser->form_number(2);     # Select second form as 
                                          # active form
        }