http://www.perlmonks.org?node_id=923370


in reply to Re: How to add a file to @INC path in perl
in thread How to add a file to @INC path in perl



with -I option , you can add files to @INC at run time.
#!/usr/bin/perl -I/path-to-new-library/


Regrds,
Prafull