From what I can see from your config file, you are using a "BAD idea". In general, I would not use executable Perl code for a simple configuration file because there are standard formats for this, see
. There are number of Perl modules that can parse an .INI text file. I would use one of those! I don't see anything that would prevent that?