Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Check Your Assumptions

by cacharbe (Curate)
on Jun 18, 2002 at 14:19 UTC ( [id://175364]=note: print w/replies, xml ) Need Help??


in reply to LWP, SSL, cookie session?

Well, you might want to change the lines that read:

$var = $req->as_string;

To

$var = $res->as_string;

Since, in the case of my example, $req is the request and $res is the response, and you want the text of the response, not the request.

C-.

Update: Start a response, get a phone call, get beat to the punch. *sigh*

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://175364]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (7)
As of 2024-04-19 07:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found