in reply to help with "symbol lookup error" message
Maybe some module that File::Copy loads in turn tries to load List::Util.
Most likely, the root cause is you have mixed Perl versions and the modules below /home/user_foo/perl_modules were compiled for a different version of Perl / with a different C compiler / with different Configure settings than what you have now.
|
|---|