http://qs321.pair.com?node_id=123248


in reply to (jptxs) Re: DB connection sharing w/o DBI?
in thread DB connection sharing w/o DBI?

no altering the servers in any way I cannot as my own ID..

Well, you can always install into your own directories by running 'perl Makefile.PL PREFIX=/home/myhomedirectory/perl/lib', and then making sure that the directories and files are readable by everyone, and using 'use lib qw(/home/myhomedirectory);' in all the scripts you write (that's assuming you're doing the make/make test/make install thing instead of using the CPAN module or downloading an ActiveState PPM or ...?) :-)