Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
     
    ...
        }
        exit(0);  #Exit parent
    }
    
  2. or download this
    $pm->finish if ($pid == 0 && $content =~ m/string/);
    #...no match, do more work...
    $pm->finish;