in reply to cron-like timing within perl script?

while (1) { system "your task"; sleep 60 - (time % 60); }

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.