Help for this page

Select Code to Download


  1. or download this
    #!perl;
    
    ...
    } else {
       print "It didn't work!->" . $response->code . "\n"
    }
    
  2. or download this
    #!perl;
    
    ...
    my $htmcode = $resp->{_content};
    
    print "here comes the output...\n$htmcode\n";