in reply to
My preferred way of handling config data in Perl is:
my %config = do 'config.pl';
Comment on
Re: My preferred way of handling config data in Perl is:
In Section
Past Polls