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/...