in reply to
Automatically running a script
I would use
cron
if I were using a UNIX or UNIX like system. (
man cron
).
Comment on
Re: Automatically running a script
Replies are listed 'Best First'.
Re^2: Automatically running a script
by
journey
(Monk)
on Nov 03, 2009 at 05:20 UTC
And for those who have to work with Win, "Scheduled task" from the control panel usually does an OK job.
[reply]
In Section
Seekers of Perl Wisdom