On 6/22/07, Alma <[EMAIL PROTECTED]> wrote:
Hi All,
I wanted to make a database connection using the values provided
in .cfg file
snip
Don't roll your own config parser. There are many in CPAN. I would
suggest using YAML* or YAML::Syck*. The latter is a faster
implementation, but it requires the syck library.
* http://search.cpan.org/~ingy/YAML-0.65/lib/YAML.pm
* http://search.cpan.org/~audreyt/YAML-Syck-0.90/lib/YAML/Syck.pod
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/