parsed.org

Tips by tag: perl5.8

Perl Include Paths by xinu on Oct 25, 2007 02:38 PM

If you need to figure out where to put a new perl lib, check out the @INC array:

$ perl -e "print qq(@INC)"
/etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/...
cpanlibsperlperl5.8
RSS