in reply to Re: File::Find considered hard?
in thread File::Find considered hard?

How about simply using merlyn's File::Finder

It lets you do things like:

my @files = File::Finder->in("/tmp");

Replies are listed 'Best First'.
Re^3: File::Find considered hard?
by adrianh (Chancellor) on Mar 16, 2004 at 08:03 UTC