Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Help needed on HTTP redirects

by Mr_Jon (Monk)
on Aug 04, 2004 at 17:31 UTC ( [id://380052]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! usr/bin/perl -w
    
    ...
    print "Error" if $response->is_error;
    print "Info" if $response->is_info; 
    print "Redirect" if $response->is_redirect;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-24 23:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found