|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
The presence of ->content in your output should have given you a hint. The term $res->content does not get interpolated, only $res does.
You want: print "\nResponse = ", $res->content, " \n"; just as you did in the two lines above. holli You can lead your users to water, but alas, you cannot drown them. In reply to Re: Checking contents of fetched URL.
by holli
|
|