Is it possible to append to the @INC path such that any instance of Perl always uses a special library path? Is this something that is compiled into perl, or is there a file which I can modify to do this? I realize I can add a "use lib" statement to my scripts, but I would like to enable this in a more global way. Thanks, Chris