in reply to Re^2: Perl -v does not show currently installed version
in thread Perl -v does not show currently installed version
Another cause might be aliases in your .profile / .bashrc / .cshrc file, which would mask the word 'perl' in one command but not in others.$ which perl /usr/local/bin/perl $ /usr/local/bin/perl -v This is perl, v5.8.6 ... $ /usr/bin/perl -v This is perl, v5.8.5 ... $ perl -v This is perl, v5.8.5 ...
--
[ e d @ h a l l e y . c c ]
|
|---|