in reply to How to instrust Perl to load the right modules based on architecture?
You should not need to do any of this. When you say "use lib 'foo'" it also adds the architecture-dependent directories under foo/ automatically. This is documented in the man page for lib.