Re: Modifying @INC systemwide

2001-05-17 Thread Bjoern Hoehrmann
* Christopher Hahn wrote: >I have modified @INC in scripts, on the command line, >and on the #! line... > >...but which system file holds the default settings? The registry, see `perldoc perlwin32` >I want to add/modify the default settings? Maybe, I don't know. -- Björn Höhrmann { mailto:[EMA

Re: Modifying @INC systemwide

2001-05-17 Thread Jan Dubois
On Thu, 17 May 2001 09:54:36 -0700, Christopher Hahn <[EMAIL PROTECTED]> wrote: >I have modified @INC in scripts, on the command line, >and on the #! line... > >...but which system file holds the default settings? > >I want to add/modify the default settings? You can add (but not modify) by sett

RE: Modifying @INC systemwide

2001-05-17 Thread Christopher Hahn
Whoops... use lib LIST; Is there a better answer? Christopher > -Original Message- > From: Christopher Hahn > Sent: Thursday, May 17, 2001 9:55 AM > To: Perl win32 email list (E-mail) > Subject: Modifying @INC systemwide > > > > Hello, > > I have modified @INC in scripts, on the