Any advice on how to use File::Find to create one file per directory, sub_dir, etc, and print its' respective contents. Tried this using one large file, but the size of my directory is too big to put into one large hash.
ie.
/home/users/
/home/users/user1
would print all contents to home.dat, users.dat, user1.dat