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


in reply to How do you make File::Find a bit less ugly?

And, partially inspired by File::Find::Rule, also look at my File::Finder, whose interface I consider more natural, since it more directly mimics find(1), and will take FFR objects as well, so it's the best of both worlds!

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

  • Comment on Re: How do you make File::Find a bit less ugly?

Replies are listed 'Best First'.
Re^2: How do you make File::Find a bit less ugly?
by adrianh (Chancellor) on Jun 14, 2006 at 08:24 UTC
    whose interface I consider more natural, since it more directly mimics find(1),

    While others are thankful that File::Find::Rule means they never have to remember whether "s" is about sockets or symbolic links again :-)