in reply to When i am running one of my perl script. It is getting an error like this.
Most likely, you are mixing Perl versions.
The Perl version you are using to run your script is not the version that was used to install/compile the module as stored under /usr/local/lib64/perl5.
You need to use the same Perl version for both, installing/compiling modules and for running your script.
See local::lib and App::perlbrew, and Carmel for maintaining your local Perl installation or alternatively exclusively use the system Perl and the Perl packages provided by your OS vendor.
|
|---|