in reply to Re: A script that does an action every 5 minutes
in thread A script that does an action every 5 minutes

I like until for doing that:
until ( $to_sleep_perchance_to_dream ) { print scalar localtime, "\n"; sleep 300; }

ar0n ]

  • Comment on (ar0n: until) Re (2): A script that does an action every 5 minutes
  • Download Code