in reply to Help adding paths to @INC
There are four ways of fiddling with @INC without recompiling Perl:
use lib '/usr/lib/perl5/site_perl'; # add path to @INC [download]