in reply to Infinte perl script - Part 2
Another choice is the at command. You could end every invocation of your program with:
At least thats my untested guesses on how to do it.open AT,"/usr/bin/at now + 20 minutes" or die; print AT "/usr/bin/perl $0\nEOF"; close AT;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: Infinte perl script - Part 2
by tilly (Archbishop) on Jan 06, 2001 at 19:02 UTC |