Help for this page

Select Code to Download


  1. or download this
    my @dirs2read = ("/tmp", "/u/files");
    foreach my $sp_dir (@dirs2read) {
    ...
            closedir SP;
    
    }
    
  2. or download this
    use File::Find;
    
    ...
    
    
    print Dumper \@readfiles;