New to perl and asking for help.
I need to execute the following:
1. Extract text between double quotes from text file located in subdirectory of INI directory
2. Search in directory TestData for the file with name that matches the text extracted in 1.
3. Copy the file from 2 to directory where text file from 1 is located
4. Repeat the same for all text files in subdirectories of INI directory.
Thanks a lot for your help.