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

Re^3: Reopen file when contents changed?

by calin (Deacon)
on Jun 07, 2005 at 15:57 UTC ( [id://464359]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while () { ... }
    
  2. or download this
    while (1) { ... }
    
  3. or download this
    $ perl -MO=Deparse -e 'while () {print "tick!\n"}'
    while (1) {
        print "tick!\n";
    }
    
  4. or download this
    $ perl561 -MO=Deparse -e 'while () {print "tick!\n"}'
    for (;;) {
        print "tick!\n";
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (1)
As of 2024-04-19 00:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found