RE: Adding to the perl include search path

2008-12-02 Thread Jan Dubois
On Tue, 02 Dec 2008, Michael Ellery wrote: > What's the best way to add a new path to perl's @INC search path? Our > product installs several perl modules and I would like to make those > modules available to all perl scripts without asking users to add the > 'use lib "mypath"' business in every sc

Adding to the perl include search path

2008-12-02 Thread Michael Ellery
Win32 users: What's the best way to add a new path to perl's @INC search path? Our product installs several perl modules and I would like to make those modules available to all perl scripts without asking users to add the 'use lib "mypath"' business in every script. I'm only concerned with window