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


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

Editing Config.pm won't help anything. It's written when Perl is compiled from the config.sh file built by Configure.sh. The basic @INC paths are compiled into the Perl binary itself. Think about it this way -- if Perl can be installed just about anywhere (and it can be), how would it know where to find Config to find out where the modules are installed?

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