in reply to Re: Configuration file design
in thread Configuration file design
eval "%CFG = (" . readfile("cfg") . ");";
Is there any specific reason for not using my %CFG = do 'cfg'; instead?
Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Configuration file design
by holli (Abbot) on Jan 04, 2005 at 19:48 UTC |