I'm trying to set a configuration file with Config::General and
apparently to set an Array, I need to the following example:
<example>
lamp = linux
lamp = apache
lamp = mysql
lamp = perl
</example>
When using keys that are long, it's simply a copy paste issue. Isn't
the a more comfortable way?
These don't work either:
<lamp>
linux, apache, mysql, perl
</lamp>
--
<lamp>
linux
apache
mysql
perl
</lamp>
Anyone?
