RSS | Module Info | Add a review of File-Find-Wanted

1 out of 2 found this review helpful:

File-Find-Wanted (0.01) **

Yet another attempt to simplify File::Find that almost succeeds. I also dislike the interface of File::Find. This module does what its name advertises name but I would have like to see a module that:

1/ Returns files in directories. No sub, no filter, no wanted.

2/ takes the options, if any, as named arguments.

3/ that have options, if any, closely matching "find" so we don't need to learn yet another api

4/ Let Perl be Perl:
@wanted_files = map{ -f && /\.c$/} find(@directories) ;

I'm looking forward to version 0.02

نديم الخمير - 2004-08-06T06:42:07

Was this review helpful to you?  Yes No


the camel