- Original Message -
From: "John W. Krahn" <[EMAIL PROTECTED]>
To: "Perl Beginners"
Subject: Re: Setting a Hash Using the Contents of a File
Date: Tue, 22 Feb 2005 14:04:35 -0800
>
> Jon Mathews wrote:
> > From: "John W. Krahn" <[EMAIL
Jon Mathews wrote:
From: "John W. Krahn" <[EMAIL PROTECTED]>
Jon Mathews wrote:
Not sure how else to word this. Basically, I have a util which reads a
config file
That is one "wheel" that has been invented many times before:
http://search.cpan.org/author/MWS/CONFIG-V0.99.11/Hash.pm
http://search.c
- Original Message -
From: "John W. Krahn" <[EMAIL PROTECTED]>
To: "Perl Beginners"
Subject: Re: Setting a Hash Using the Contents of a File
Date: Mon, 21 Feb 2005 12:39:25 -0800
>
Finally, a bite - but I'm done a'ready.
> Jon Mathews
Jon Mathews wrote:
Not sure how else to word this. Basically, I have a util which reads a
config file
That is one "wheel" that has been invented many times before:
http://search.cpan.org/author/MWS/CONFIG-V0.99.11/Hash.pm
http://search.cpan.org/author/AVAJADI/Config-Abstract-0.12/Abstract.pm
http:
Not sure how else to word this. Basically, I have a util which reads a config
file to set metadata which is kept finally in a HOH. I want to support another
form of the config file, though, which may be less flexible, but is easier to
read. Here is some example code which shows my progression