Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Auto-restarting script if it dies

by EdwardG (Vicar)
on Mar 09, 2007 at 13:25 UTC ( [id://603984]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if (-e $checkme) {
       print "woo hoo\n";
    }
    
  2. or download this
    for (my $i = 2 to MAX_INTEGER) {
       if (-e "$checkme.$i") {
    ...
       }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://603984]
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-23 13:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found