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
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