in reply to Re^3: File::Find help
in thread File::Find help

great thanks much!... Follow-up to this, I hope you could also help me below: How about using Find::File to copy the subfolder + filename to another folder. Like: DIR_A/SUB_A/FILE_A ----> DIR_B/SUB_A/FILE_A Appreciate much your inputs.

Replies are listed 'Best First'.
Re^5: File::Find help
by marto (Cardinal) on Dec 02, 2017 at 13:29 UTC

      Yes. I did try File::Copy::Recursive & use dircopy(). But i just get:

      Undefined subroutine &main::dircopy called

      there was no issue in installing the module, it was successful

        Did you have the line

        use File::Copy::Recursive qw(dircopy);