There are 2 versions of perl installed on my machines.
How to make sure perl script uses correct/expected .pm file at run time.
Generally Perl gets installed with Oracle & same is case with my product.now when we execute perl file it gives error about .pm file
Perl lib version (v5.8.3) doesn't match executable version (v5.8.0) at D:\oracle
\10.2.0\perl\5.8.3\lib\MSWin32-x86-multi-thread/Config.pm line 32.
Compilation failed in require at D:\oracle\10.2.0\perl\5.8.3\lib\MSWin32-x86-mul
ti-thread/Errno.pm line 8.
I have used strict.pm & other .pm files in the code
how to avoid this situation?