Help for this page
#!/usr/bin/perl use strict; ... # pretend this script actually does something here... sleep 20;
package Cron::AvoidMultipleRuns; use strict; ... } 1;