Richard P. Groenewegen wrote: > I believe this is incorrect. For instance, I have packages in > /usr/lib/perl5/5.005/i386-linux/, but perl cannot find these packages.
If those are debian packages, file bugs on them. Noone is supposed to use that directory anymore. I can't find any packages in unstable or testing that put files in that directory though. > Is there a way to put more entries into @INC? Yes, set PERL5LIB (colon separated path) or 'use lib "dir";', or you can just push stuff onto @INC in a BEGIN block. -- see shy jo