in reply to Re: file management system
in thread file management system

Thanks for the suggestion. I looked through File::Find and it doesn't seem to provide any practical code, atleast not relevent to what I'm trying to do. It has a few snippets but nothing to the degree of what I'm trying to do (I've also searched other sites on it as well).

Can you or anyone else show how to do it with opendir so I don't have to grab another module to do this? All I really need to do is read all the files and group them in their own separate arrays or hashes with their file information.

Thanks everyone.