hi. i am new to perl and i have task that needs to get done for work. i need to copy the contents of a folder in one directory, and paste it in a new directory named by a 5 digit number that was the folder name of the directory. for example: i want to copy c:/folder/folder/12345/contents to c:/newly_created_byscript_that_is_a_5-digit#/contents
how would i do this? thanks