in reply to Re: Code Review
in thread Code Review

Meh, no anonymous access

Take for example PrePAN - File::OFind

File::Find::Rule / Path::Class::Rule are dismissed as not providing short circuiting and needing to read the whole directory tree -- something that could easily be remedied that doesn't require essentially reimplementing File::Next

:)

Replies are listed 'Best First'.
Re^3: Code Review
by lily33 (Initiate) on Apr 20, 2012 at 10:59 UTC
    Good tips, thanks :)