Is there anyway to make File::Find not traverse through directories but stay in the current directory? The documentation doesn't seem to suggest so and a few things I tried didn't stop File::Find from accomplishing it's mission in life.
Should I just be using readdir() and File::Basename to parse out the filenames and paths instead?
Should I just be using readdir() and File::Basename to parse out the filenames and paths instead?