I, unfortunately, am working on a machine where perl needs
to be installed at '/foo/bin/perl' and the libraries are
under '/foo/lib/perl5'. I keep getting errors that certain
perl modules can't be loaded. I'll add something to a
BEGIN statement pushing them onto @inc, but that just seems
to get me a different error message
(currently it's "can't find DynaLoader.pm"). I tried
making a link
to /usr/local/lib, which is where it seems to be looking,
but had no luck with that.
thanks for any help.