in reply to Re: Using perl as a cron script?
in thread Using perl as a cron script?
You don't have to keep a session going. On Unix just "nohup perlprog.pl &" which will start a process immune to hangups and automatically sends all output to nohup.out, see your man or info page for details.
|
---|