Hi all,

With multiple Perl install, there will be multiple versions of the same
modules.

How can you change the order of where @INC look for the specific version of
the module that you want to use? Is this done by using use lib?

use lib qw(/path/to/one/library /path/to/another ...... );

Reply via email to