in reply to Simpler Config-Simple needed

This might be what you're looking for:
for (split ',', $FOO) { print "$_\n"; }
And I'm not super versed in the config files, but maybe you'll need to do:
FOO "this, that"

-jbWare