in reply to Re^3: Perl List files in directory (find/rule)
in thread Perl List files in directory

O.K., you'd have to change ...

But where is the @files? :)

Whether you use File::Find or File::Find::Rule is more a matter of taste.

:) Hmm, @files? There is nothing like @files in File::Find docs ... OTOH File::Find::Rules shows a @files

Its more than a matter of taste, File::Find::Rules is much much more memorable ... and friendly to noobs

File::Find::Rules is like cake (sweet), where File::Find is like raw flour

  • Comment on Re^4: Perl List files in directory (find/rule)