Seems like a simple enough task....completely in PERL code, I need to get a listing off all files in a directory, and enter them into an array to be worked on. Each array entry has ONLY the file name. No spaces, no newlines, no attribs. Just *.*, and nothing more (all files will be in 8.3 format). For extra credit, a routing that will run through every file in that array, and rename them to lowercase. To rename, you would do a
use File::Copy;
then
copy (PaCmAn.ZiP,pacman.zip);
So....any takers?
use File::Copy;
then
copy (PaCmAn.ZiP,pacman.zip);
So....any takers?