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