in reply to How is the default @INC constructed?

You can set the directories to be added to @INC by default when you compile Perl. Or more precisely: when you run Configure, before compiling.

So yes, the default is usually part of the binary distribution for a platform.

Makeshifts last the longest.

  • Comment on Re: How is the default @INC constructed?