http://www.perlmonks.org?node_id=190626


in reply to Re: Compiling Perl with correct values in @INC
in thread Compiling Perl with correct values in @INC

this will work but only in cases when perl will find "lib.pm" which, in turn, requires "Config.pm" and "Exporter.pm".
That said, @INC must be sane in this case.

I agree that @INC should *always* be sane, but what you will do if it is not? :)

Warmest wishes,
Courage, the Cowardly Dog

  • Comment on Re: Re: Compiling Perl with correct values in @INC