Help for this page

Select Code to Download


  1. or download this
    @files = grep { -f } readdir DIR;
    
  2. or download this
    my $path = "C:/Perl/bin/Anti";
    opendir( DIR, $path ) or die "opendir failed on $path: $!\n";
    ...
            ...
        }
    }