Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
       sleep 20
    
    }
    
  2. or download this
    package Daemonizer;
    use strict;
    ...
    }
    
    1;