Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Moved using LWP

by Trizor (Pilgrim)
on Aug 02, 2007 at 01:52 UTC ( [id://630200]=note: print w/replies, xml ) Need Help??


in reply to Moved using LWP

302 is an HTTP reply code indicating that the requested document has moved. It usually also includes where it went, and to fix it you should check the response content with LWP and find the new location of what you are looking for, then use LWP to get that. If you are using LWP::Simple you will need to switch to LWP::UserAgent to muck with the HTTP::Response object.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-19 22:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found