Help for this page

Select Code to Download


  1. or download this
    sub Traverse {
        my $dir = shift;
    ...
        }
        closedir $dh;
    }
    
  2. or download this
    sub ProcessFile {
        my ( $path, $windows ) = @_;
    ...
        close $fh;
        $pid and waitpid $pid,0;
    }