RE: Is perl user specific

2016-01-07 Thread Duncan Ferguson
My thinking it the non-working user has an extra path added to @INC that was built using a newer version of perl. Since the script specifies which version of perl is in use (the older version) but PERL5LIB is using the libs built using a newer perl, you will see the error, hence looking for env

RE: Is perl user specific

2016-01-07 Thread Ankita Rath
perl - V is same for both.. env|grep -i perl is not giving any thing. Regards, Ankita On 7 Jan 2016 13:49, "Duncan Ferguson" wrote: > My thinking it the non-working user has an extra path added to @INC that > was built using a newer version of perl. Since the script specifies which > version of

Re: Is perl user specific

2016-01-07 Thread Kent Fredric
On 7 January 2016 at 04:34, Ankita Rath wrote: > Perl 5.008003 required--this is only version 5.00503, stopped at > ../Modules/Modules_64/5.8.5/x86_64-linux-thread-multi/YAML/XS.pm line 26. > BEGIN failed--compilation aborted at > ../Modules/Modules_64/5.8.5/x86_64-linux-thread-multi/YAML/XS.pm li