in reply to Re: @INC
in thread @INC

I think you could also recompile perl and specify the default links paths to include /usr/lib/perl5/site_perl. I have not done it, so that is a guess.

Supposedly, you can use the otherlibdirs Configure variable to push whatever you like onto @INC when you compile perl, but I haven't been able to get that to work.

You can, however, use the "vendor-supplied add-ons" fields--vendorlib and vendorarch--for this purpose. Check out the INSTALL doc.