Help for this page

Select Code to Download


  1. or download this
      next if $file eq '.' or $file eq '..';
    
  2. or download this
      next if $file eq File::Spec->curdir or $file eq File::Spec->updir;