Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Getting Data from server

by pjf (Curate)
on Oct 04, 2001 at 05:18 UTC ( [id://116618]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $buffer = <$sock>;
    while ($buffer !~ /GO AHEAD\Z/) {
        $buffer .= <$sock>;
    }
    
  2. or download this
    use IO::Socket;
    use POSIX qw/BUFSIZ/;
    ...
        $message .= $buffer;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-16 08:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found