That's great. I appreciate it.

For example:

cpanm -L local [email protected] will install DBI into local subdirectory of your current dir

Later on, you can load this version of DBI package with perl -I key.

perl -I local/lib/perl5 -E 'use DBI; say $DBI::VERSION'

--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/


Reply via email to