Help for this page

Select Code to Download


  1. or download this
    if ( !$? ){
       # do the stuff you do after a forked process completes sucessfully
    }
    
  2. or download this
    use English qw(no_match_vars);
    
    if ( not $CHILD_ERROR ){
       # do the stuff you do after a forked process completes sucessfully
    }