
Need timed routine to format shtml pages from cgi on server to htm content
Quote:
> I'm quite new to perl / scripts etc - and not too sure about running
> timed routines, if it's at all possible...
You want to let the computer automatically run a script every now and
then, don't you?
If you're running Linux, have a look at 'man cron'. If you're running
Win32, there sure must be - uhm - other ways. :)
--