I would like to be able to install multiple versions of Perl but I need to have them by architecture as well.
I know that I can use perlbrew to get installs by version: 5.10.1, 5.12.3, 5.16.0, etc. I couldn't find a way to also have installs by architecture, Solaris-sparc, Solaris-x86, Linux-i686, Linux-x86_64, etc.
Doing a hand install I can do this
It's no big deal doing hand installs but perlbrew makes some things easier regarding management and such.
EDIT: As brought out the in comments I am using a common home directory NFS mounted across various platforms.