in reply to Getting a script to re-run itself
last if $all_done;
Another idea would be to just put this at the end of the script:
exec '/my/script' unless $all_done;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Getting a script to re-run itself
by mr.nick (Chaplain) on Jun 26, 2001 at 02:10 UTC |