in reply to Upgrade from Perl4

HP by default has their Perl4 distro in

/usr/bin/perl

.

When you run

perl -v

Version 4 will run by default and not the Perl5 executable.

Following zigster's post above, set up a symlink. But, I
would also add a symlink between /usr/bin/perl and the location
of your perl5 executable. -LordAvatar