How to add a directory to @INC array for modules located in a custom directory
use lib qw(/path/to/your/perl/modules);
[Click to add or edit comments])
Please prepend comments below including a date
use lib qw(/path/to/your/perl/modules);
Please prepend comments below including a date