in reply to Upgrade from Perl4
You are better off using a symlink <code > ln -s /usr/local/bin/perl5.00503 /usr/local/bin/perl </code>
This makes /usr/local/bin/perl a kinda alias for perl5. They share the same inode. Using a symlink like this means upgrades in the future are easy and easily rolled back.
--
Zigster