Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How do I programatically follow redirects?

by gunder (Novice)
on Apr 04, 2003 at 09:37 UTC ( [id://248013]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $client = IO::Socket::INET->new("PeerAddr => "the.host.com", PeerPort 
    +=> 80, Type => SOCK_STREAM, Timeout => (How ever long you think it sh
    +ould wait for a reply)) or die $@;
    
  2. or download this
    bind(SOCKET, $client) or die "bind: $!";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-23 14:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found