in reply to Re: cron-like timing within perl script?
in thread cron-like timing within perl script?

Maybe the program has state that is expensive to save and restore, or a database connection, or needs interaction before forking into the background.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: cron-like timing within perl script?