in reply to Using uninstalled modules
With a simple use lib "e:/perl/extralib/"; statement, things just worked.
This works on modules that don't have XS components -- that is, they're written in straight Perl that doesn't have C or other code that needs to be compiled. Your mileage may vary.
|
|---|