Friday, March 8, 2013

When is “use lib” implemented in Perl?

use lib’ is used in two cases:
  • When you have a fixed, but not standard company-wide environment in which you put modules in a common standard location.
  • When you are developing an application and you'd like to make sure the script always picks up the modules relative to their own location.

No comments :