Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use strict;
    ...
        $log->critical("$_[0] at line $line in $filename");
        die $_[0];
    }
    
  2. or download this
    my $daemon = Proc::Daemon->new(
        pid_file     => $pid_file,
    ...
            sleep(5);
        }
    }