Help for this page

Select Code to Download


  1. or download this
        next if $file eq '.' or $file eq '..';
    
  2. or download this
        use File::Spec qw/curdir updir/;
        next if $file eq curdir() or $file eq updir();