in reply to Re: Help adding paths to @INC
in thread Help adding paths to @INC

Thanks, tobyink. Your suggestion to use lib appeared to be the simplest solution, in the circumstances. Specifically, this:

use lib '/usr/lib/perl5/site_perl'; # add path to @INC
More info here