mkdir ~/src cd ~/src (download DBI-1.blahblah.tar.gz) tar xzf DBI-1.blahblah.tar.gz cd DBI-1.blahblahblah perl Makefile.PL LIB=~/myperl make make test make install #### use lib "/usr/home/sz/myperl"; use DBI; #### /pkg/perl5/plus/bin/perl Makefile.PL LIB=~/myperl #### #!/pkg/perl5plus/bin/perl -w