Help for this page

Select Code to Download


  1. or download this
    sub ProcessPing 
    {
    ...
            }
        }
    }
    
  2. or download this
    sub int_handler
    {        #Only called by the child.
    ...
            my $signal = shift;
            die "Caught the signal, Exiting!!!\n";
    }