I have 2 directory say of below format:
sourcedir/<ENV>/<CLIENT> to targetdir/<ENV>/<CLIENT>
I have to do this in perl. Can someone tell me a efficient way to do this.
The ENV and CLIENT changes as they are like directories. How can i recursively go into them and make sure the files get copied.