Re: Using a external Config file

2002-08-19 Thread Andrew BOGECHO
Mon Aug 19 09:39:37 EDT 2002 On Mon, Aug 19, 2002 at 03:01:13AM -0700, John W. Krahn wrote: > Andrew Bogecho wrote: > > > > Hello fellow Perl users, > > Hello, > > > I would like to know how I can setup an external config file whose > > variables I can then use in a perl script. > > [snip]

Re: Using a external Config file

2002-08-19 Thread Felix Geerinckx
on Mon, 19 Aug 2002 00:47:49 GMT, [EMAIL PROTECTED] (Andrew Bogecho) wrote: > I would like to know how I can setup an external config file whose > variables I can then use in a perl script. [...] > I know that this can be done by setting up Config as Config.pm and > get the variables with a "u

Re: Using a external Config file

2002-08-19 Thread John W. Krahn
Andrew Bogecho wrote: > > Hello fellow Perl users, Hello, > I would like to know how I can setup an external config file whose > variables I can then use in a perl script. > > For example: > > File Config: > ** > MAXLENGTH=56

Using a external Config file

2002-08-19 Thread Andrew BOGECHO
Sun Aug 18 20:24:03 EDT 2002 Hello fellow Perl users, I would like to know how I can setup an external config file whose variables I can then use in a perl script. For example: File Config: ** MAXLENGTH=56 USER_LIST="user1,use