in reply to
Initializing a script from an INI-file using BEGIN-block
i wouldn't use a BEGIN block, since it's a lexical space and variables declares with my are not visible from your main code. but besides that i think this is quite sane.
Comment on
Re: Initializing a script from an INI-file using BEGIN-block
In Section
Seekers of Perl Wisdom