in reply to perl -c and use lib

You can also set the $PERL5LIB environment variable if you like. Here's an example in bash:
export PERL5LIB=/home/biosysadmin/perl_lib:/usr/local/perl_lib
Hope this helps. :)