Ryan Davis/Pamela Karr wrote:
> 
> The problem with using other modules is that I'm not in control of the
> server.  Is there a way to use a module without having access to the perl
> lib. directories?  I just have an account, one of those http://blah.edu/~me/
> kinda things.

hmm.  although i've never had this problem, i believe you can install
your own modules if you have telnet access to the box.

i think it's done like this:

perl Makefile.pl prefix=/path/to/your/lib/dir
make
make test
make install

but i could be wrong.

then, you just have to point to your lib directory with 'use lib' in
your script.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to