Daniel McBrearty wrote:
Til now I've been usinguse lib "../.."; use MyLib::X;
use lib is fine, but do it from your startup.pl and use the full path. You can use FindBin and set it relative to your script's directory.
I don't know what the working dir of one of teh mod_perl processes would be?
If you don't use threads, Cwd will tell you. - Perrin