Hi avik1612, copy the folder using File::Copy::Recursive
use strict; use warnings; use File::Copy::Recursive qw(dircopy); dircopy('E:\test\split\Output','C:\New') or die("$!\n");
Regards,
Velusamy R.
In reply to Re: Copy folders
by Samy_rio
in thread Copy folders
by avik1612
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |