in reply to File Find Dir and name

Hi,

I think it would be worth while to read the documentation for File::Find.

Hope this helps

Martin

Replies are listed 'Best First'.
Re^2: File Find Dir and name
by Anonymous Monk on Jul 11, 2005 at 14:09 UTC
    Had if there been one example in the docs like the above I wouldn't have bothered you....Thanks.

    I was intereseted to see the use of File::Find::Name and File::Fine::Dir

    Thanks
      I agree, wish the documentation had this. Had the same problem a while ago and it took me way longer than it should have to do such an obvious thing.
        Try the "documentation" in the test folder, there are plenty of examples of how to use the module in there.

        Many people overlook the tests that are used when installing the module, these are the best way to see examples of the module in use.