in reply to Recursive File Copy question

Another good reference is from Chapter 9 of Intermediate perl(Practical Reference Tricks). In the section "Building recursively defined data" There is an explanation on how to gather data from a directory recursively and then store it in a complex data structure.