Help for this page

Select Code to Download


  1. or download this
    foreach $oFile(@FileList) {
       next unless defined $oFile;
    ...
           }
       }
    }
    
  2. or download this
    foreach (keys %Dir) {
       $FileSet{$_}++ 
           unless $_ eq "." || $_ eq ".." || $_ eq "GONE" || $_ eq "";
    }