Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

LWP::UserAgent with HTTP::Cookies problems

by Alives (Initiate)
on Nov 08, 2005 at 22:18 UTC ( [id://506921]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #LWP-Cookies-1.0
    Set-Cookie3: id=bob_loblaw; path="/"; domain=yoursite.here.com; path_s
    +pec; expires="2005-12-31 23:59:33Z"; version=0
    Set-Cookie3: username=blahblahblah; path="/"; domain=yoursite.here.com
    +; path_spec; expires="2015-11-06 08:09:49Z"; version=0
    
  2. or download this
    use strict;
    use warnings;
    use LWP::UserAgent;
    ...
    else {
      die $response->status_line;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-20 01:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found