Add To Perl Library Include Path

[Solved] Add To Perl Library Include Path | Perl - Code Explorer | yomemimo.com
Question : add to perl library include path

Answered by : gifted-gull-yo5z5c3ic9gp

# add to ~/.bashrc
# perl5 only
export PERL5LIB=$PERL5LIB:/home/foobar/code
# perl
export PERLLIB=$PERLLIB:/home/foobar/code

Source : https://perlmaven.com/how-to-change-inc-to-find-perl-modules-in-non-standard-locations | Last Update : Thu, 30 Jun 22

Answers related to add to perl library include path

Code Explorer Popular Question For Perl