Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    print Dumper($result);
    
    print $result->result,"\n";
    
  2. or download this
    $VAR1 = {
              'string' => [
    ...
                        ]
            };
    Can't call method "result" on unblessed reference at ./test.pl line 12
    +.