Hi Emily,
>From your shell, you can execute...
export PERL5LIB=/path/to/your/perl/module/install/directory
...or it's equivalent (see `man `).
You can add it to your .bash_profile or equivalent in case you
don't want to type it in manually every time. Or, if you are running
a local apache i
I am a unix user, but I am not a superuser, so I tried to install more perl
modules, I have to install in my local directories, I used CPAN to install
them, but some module depend on other modules which I already installed before,
and they always complain they can't find it.
please give me som