Help for this page

Select Code to Download


  1. or download this
    my $dn = '.';
    my @f;
    ...
       next if $filename=~/^\.\.?\z/;
       push @f, $filename;
    }