Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use POSIX ":sys_wait_h";
    ...
    # child must explicitly exit otherwise both would continue executing t
    +his
    }
    print "Past the if\n";
    
  2. or download this
    job processing
    checking file list
    checking file list
    checking file list
    Past the if
    
  3. or download this
    job processing
    checking file list
    ...
    Past the if
    checking file list
    Past the if