Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^7: exchanging strings on the network

by mattk (Pilgrim)
on May 10, 2005 at 11:34 UTC ( [id://455523]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    print "one two three";
    sleep 5;
    print "four five six\n";
    
  2. or download this
    $|++;
    print "one two three";
    sleep 5;
    print "four five six\n";
    
  3. or download this
    print $client "Username $user Pass $pass";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (3)
As of 2024-04-16 14:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found