http://www.perlmonks.org?node_id=1005155


in reply to Search for a file created today and rename it by appending the current date and copy it to a different location

"..The next step is to rename the file ..."
then check rename function
"..and copy it to a new location."
you can use File::Copy

You may also want to check File::Find, to easily transverse a directory tree.

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me