This is probably a pretty easy thing to do for someone more experienced. I basically want to be able to give a directory as a parameter and I want it to give me back a list of all files contained in ...
I'm a Perl novice and I'm trying to figure out the following: How do I get at all the files in a given directory AND in all of its subdirectories? I want to open each one of them, do some things to ...