Help for this page
## ensure only one instance is running INIT { flock DATA => LOCK_EX | LOCK_NB or exit 1 } ... ## ...script... __DATA__