Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        else {
            print Dumper $res;
        }
    
  2. or download this
    $VAR1 = bless( {
                     '_headers' => bless( {
    ...
                                   ],
                     '_method' => 'POST'
                   }, 'HTTP::Request' );
    
  3. or download this
    $VAR1 = bless( {
                     '_headers' => bless( {
    ...
                     '_msg' => 'Not a SCALAR reference'
                   }, 'HTTP::Response' );