Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    my $response = $ua->request( $req )->as_string;
    print $resposne; # That's the output from your php script...