Help for this page

Select Code to Download


  1. or download this
    $VAR1 = bless( {
                     'default_charset' => 'UTF-8',
                     'enctype' => 'application/x-www-form-urlencoded',
    ...
                                          }, 'HTML::Form::TextInput' )
                                 ]
                   }, 'HTML::Form' );
    
  2. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    
    my $html_raw = $mech -> content();
    print "\n$html_raw\n";