in reply to Recursive File Copy question

Cookbook section 9.7. Processing All Files in a Directory Recursively;-)

Your code can set $File::Find::prune to true to tell find not to descend into the directory just seen (unless bydepth was specified!) Check http://perldoc.perl.org/File/Find.html for details.

There are many interesting options to tailor the behavior of find.

Replies are listed 'Best First'.
Re^2: Recursive File Copy question
by rovf (Priest) on Jul 22, 2008 at 08:22 UTC
    Your code can set $File::Find::prune

    Thanks! I missed the part about prune when I looked at the File::Find perldoc! Didn't read careful enough.

    -- 
    Ronald Fischer <ynnor@mm.st>