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

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

Replies are listed 'Best First'.
Re^7: File::Find help
by poj (Abbot) on Dec 02, 2017 at 13:49 UTC

    Did you have the line

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

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