in reply to Re^2: mod_perl namespace
in thread mod_perl namespace

No. I assume that @INC contains both paths (.../applicationX/perl-lib, .../applicationY/perl-lib) and modules are used:
#for X application use APPX::MyModule;

Replies are listed 'Best First'.
Re^4: mod_perl namespace
by Burak (Chaplain) on Jul 03, 2007 at 18:46 UTC
    ah, ok :)