I'm looking to add some directories (outside of my scripts at the system) to the @INC variable used by Perl. I have additional directories I want to store modules in. Can I (how can I) add directories that will be added to @INC from outside a script and what's the easiest/best way to add to the @INC variable from within a script? Thanks monks for any help you can give.