How is Perl’s @INC constructed?
We will look at how the contents of this array are constructed and can be manipulated to affect where the Perl interpreter will find module files. Default @INC The Perl interpreter is compiled with a specific default value for @INC. To find this value, run the command env -i perl -V (env -i ignores the … Read more