in reply to Re^6: Submitting queries to server
in thread Submitting queries to server
# The line you already have, but I renamed the var. my $response = $ua->request($req); #print $response->content(); # Prints the content. print $response->as_string(); # Prints the header and the content.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^8: Submitting queries to server
by Anonymous Monk on Sep 17, 2005 at 11:25 UTC |