Seems that File::Copy::Recursive is not installed? However, you instantiate a new object ($cp) of type File::NCopy. If that is intentional, you should use that module instead.
... # use File::Copy::Recursive; # not used in your example use File::NCopy; # this is the module you're trying to +use later ...
In reply to Re: error in copy folder recursively
by Perlbotics
in thread error in copy folder recursively
by mrityunjaynath
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |