in reply to A little config parsing.
Or use Data::Denter? Or one of the millions of config parsing modules on CPAN?my %conf = ( Kuro5hin => { url => 'http://www.kuro5hin.org', key => 'k5', story_tag => 'item', } );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: A little config parsing.
by rendler (Pilgrim) on Jan 11, 2002 at 09:10 UTC | |
|
Re: Re: A little config parsing.
by cforde (Monk) on Jan 12, 2002 at 01:44 UTC |