in reply to Changing @INC


The following two methods may be used to append to Perl's @INC array:

1. Add the directory to the PERL5LIB environment variable.

2. Add use lib 'directory'; in your Perl script.