Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: (Zigster) Newline Character and Socket Comms

by zigster (Hermit)
on May 04, 2001 at 19:13 UTC ( [id://77977]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for(my $i=0; $i <= 10; $i++)
    {
       print $new_sock "$i\n";
    }
    
  2. or download this
    
        my $msg = <$new_sock>;
        print "client said '$msg'\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 07:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found