in reply to Re^7: reading file names to an array from the directory tree
in thread reading file names to an array from the directory tree
there was no "." and ".." files. So how they were filtered out?my @files = File::Find::Rule ->name( '*' ) ->in( @subdirs );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^9: reading file names to an array from the directory tree
by ikegami (Patriarch) on May 24, 2010 at 02:23 UTC |