Help for this page
use Proc::Daemon; use Proc::PID::File; ... die "Already running!" if $pf->alive(); # Child code goes here