in reply to Re: File::Finder 0.01 released
in thread File::Finder 0.01 released

Of course, you could get those already with:
File::Finder->eval(sub { $File::Find::name =~ tr././. > 3 })-> ...;
But I suspect over time that I'll add every flag that GNUfind has. I just wanted the initial release to be fairly complete with respect to find2perl, which it is.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.