in reply to Re: Perl -v does not show currently installed version
in thread Perl -v does not show currently installed version

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re^2: Perl -v does not show currently installed version

Replies are listed 'Best First'.
Re^3: Perl -v does not show currently installed version
by halley (Prior) on Mar 10, 2005 at 20:59 UTC
    You got a reply which you already had answered. Why? Because you didn't use the <code> tags.
    $ 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 ...
    Another cause might be aliases in your .profile / .bashrc / .cshrc file, which would mask the word 'perl' in one command but not in others.

    --
    [ e d @ h a l l e y . c c ]