in reply to Re^2: Perl upgrade
in thread Perl upgrade

I am not getting this...`pwd` is a part of unix shell..Am I missing something?

Yes, the full path to this pwd program

Do not add @INC to your $PATH

Replies are listed 'Best First'.
Re^4: Perl upgrade
by prashantktyagi (Scribe) on Jun 14, 2012 at 04:42 UTC
    Yeah...I figured out this..Removing Perl path resolved the issue.. actually I am using MKS toolkit on windows..as `pwd` is written in perl in mks , when i used system latest perl..it gave me this error.... thanks all