http://qs321.pair.com?node_id=68214


in reply to RE: RE: file::find
in thread file::find

I know this is an old post, but the only documentation I found on this was to go into the module and read. There are a few flags in there that aren't mentioned in the documentation

I don't know if your code works, b/c of the missing parens, but I use:

find ({wanted => \&wanted, no_chdir=>1}, $dir1);

-OzzyOsbourne