in reply to Using perl as a cron script?

a cron; in perl

This is somebody else's machine, they might not like persistent processes. On same machines it is possible to RLIMIT the total CPU time a process may take...

--
perl -pew "s/\b;([mnst])/'$1/g"