Help for this page

Select Code to Download


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