in reply to perl find module

Which module are you using, File::Find, File::Find::Rule or something else? Both of the modules I mentioned are well documented, File::Find::Rule even provides various examples of use. Are you experiencing a problem with code you already have?

Martin

Replies are listed 'Best First'.
Re^2: perl find module
by merlyn (Sage) on Oct 27, 2009 at 11:53 UTC
    Don't forget File::Finder, which has an interface much closer to find(1) if you're used to that.

    -- Randal L. Schwartz, Perl hacker

    The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.