in reply to
Simpler Config-Simple needed
This might be what you're looking for:
for (split ',', $FOO) { print "$_\n"; }
[download]
And I'm not super versed in the config files, but maybe you'll need to do:
FOO "this, that"
-jbWare
Comment on
Re: Simpler Config-Simple needed
Download
Code
In Section
Seekers of Perl Wisdom