I don't understand what use local::lib
does that regular use lib
doesn't. Could someone explain it?
Regular use lib foo
is almost as simple as:
BEGIN { unshift(@INC, foo) }
Whereas use local::lib
sets many other Perl environment variables to make sure you can install modules locally, see the source.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With