in reply to
Re: Timed Execution
in thread
Timed Execution
Just remember that when you want to run such a script in the background, you need at least a
$SIG{'INT'} = 'IGNORE'
. Look at perldoc perlvar and/or take a peek
here
, which actually is my first node at this place.
Comment on
Re:{2} Timed Execution
Download
Code
In Section
Seekers of Perl Wisdom