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


in reply to moving files from folder1 to folder2

Sorry, I don't see any way to rename files via CGI. Do you mean perl? Then you should have a look at the mentioned rename function. rename has some limits. Maybe File::NCopy can help you.

-- Frank