in reply to Re: Can I use the File::Copy::Recursive library in Linux Systems.
in thread Can I use the File::Copy::Recursive library in Linux Systems.

I am getting Error like this

Can't locate File/Copy/Recursive.pm in @INC (@INC contains: /opt/SMAW/SMAWrtppl/5.8.9-03/lib/perl5/5.8.9/x86_64-linux /opt/SMAW/SMAWrtppl/5.8.9-03/lib/perl5/5.8.9 /opt/SMAW/SMAWrtppl/5.8.9-03/lib/perl5/site_perl/5.8.9/x86_64-linux /opt/SMAW/SMAWrtppl/5.8.9-03/lib/perl5/site_perl/5.8.9 .) at -e line 1. BEGIN failed--compilation aborted at -e line 1.

  • Comment on Re^2: Can I use the File::Copy::Recursive library in Linux Systems.

Replies are listed 'Best First'.
Re^3: Can I use the File::Copy::Recursive library in Linux Systems.
by Corion (Patriarch) on Mar 24, 2022 at 12:07 UTC

    This error means that the module is not installed.

    Also, this looks like you are using a very old version of Perl - Perl 5.8.9 was released at the end of 2008, that is 14 years ago. While much Perl code might work with Perl 5.8.9, I would consult with the system administrator whether moving to a more recent and supported version of Perl is an option.