in reply to Re^4: "symbol lookup error" message help
in thread "symbol lookup error" message help
If you insist on having the Perl version included in the path and not having Perl configured to search for modules there, you can use something like
use lib '/home/foo/perl_modules/' . substr($^V, 1) . '/lib/perl5';
But why?
|
|---|