|
|
| Perl-Sensitive Sunglasses | |
| PerlMonks |
Adding to @INCby merrymonk (Hermit) |
| on May 21, 2019 at 13:32 UTC ( [id://11100312]=perlquestion: print w/replies, xml ) | Need Help?? |
|
merrymonk has asked for the wisdom of the Perl Monks concerning the following question:
I am using a version of Perl which no longer has the directory from which the application has been started in the @INC array. Therefore '.' is not in @INC.
I used to add the application directory. At one site this gave a path with backwards leaning slashes like \\aaa\bbb\ccc I am having some troubles using the Perl libraries in the directory ccc. Is it because of the '\'? If so what is a better way to add to the @INC array so that the equivalent of '.' (or even '.' itself)?
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||||||||||||||||