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

Why not read the documentation, make an attempt yourself, and report back with your efforts and how it didn't work? How do I post a question effectively?

Replies are listed 'Best First'.
Re^6: File::Find help
by colox (Sexton) on Dec 02, 2017 at 13:44 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);

        geez!... that is what i'm missing!... thanks much!...