Hi All,
I am new in PERL.
I want to copy 3 different types of files such as .gif,.js and .css from one location to another..
Please help me to write the script.
Regards, Mahen
Hi! Have you looked at File::Copy?
This link has information about the File::Copy module, and some examples: http://perldoc.perl.org/File/Copy.html
I hope this helps!