Dear Monks,
I want to iterate over files in a particular directory and rename them according to custom logic. Now my question is how do I iterate over the various files in order to rename them. I tried using File::Find module, but it seems it locks out file while iterating over them and the program throws an error saying that the file is being used by some other program. What is the common practise of acheiving the same?
Thanks,
Abhinav