Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

RE: Flock Subroutine

by tye (Sage)
on Jul 28, 2000 at 03:26 UTC ( [id://24778]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for(0..100) {
        sleep .15;
    }
    
  2. or download this
    for(0..100) {
        sleep 0;
    }
    
  3. or download this
        my( $x, $y, $z );
        select($x=undef,$y=undef,$z=undef,0.15);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://24778]
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: (3)
As of 2024-04-26 00:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found