Hi Ankita, Is is possible for there to be several Perl binaries installed. Features such as perlbrew will allow you to have multiple versions installed in your home directory. You could try the `which` command if you are using a *nix based OS. For instance;
>which perl /usr/bin/perl Then try perl -v to find our what version you are actually running. Good luck, Dermot. On 6 January 2016 at 15:34, Ankita Rath <ankitarath2...@gmail.com> wrote: > Hi all, > > I am trying to execute some perl scripts. I am getting following error. > But other user in the same server are not getting the error. So can anybody > help me understanding this problem. And why other user are not getting the > error. > > 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 line 26. > > Regards, > Ankita > > > > > >