Ok, I'm trying to learn a little perl programming. I have an include file that I use in a bunch of different folders, and I want to be able to replace it without uploading it to each folder individually.
I can locate all the files from the command line. Can a perl program do this? I want to:
1. locate all the files.
2. replace the old files with the new one.
I'm just hoping one of you scripting gurus can shorten the learning curve for me.
Thanks
SS