join multiple select results by $OFS
authorMischa Poslawsky <mischa@mediadesign.nl>
Fri, 25 Jul 2008 23:31:52 +0000 (01:31 +0200)
committerMischa Poslawsky <mischa@mediadesign.nl>
Fri, 25 Jul 2008 23:39:41 +0000 (01:39 +0200)
commit6bef855dc6c753640512d512e5b31e2734484382
treea49c9e526f60ed6edae7e9e9d3b7df4fcf6608bb
parent80de26e2b6b53f54ffb5232472e56c3225a101e1
join multiple select results by $OFS

In scalar context, put $OUTPUT_FIELD_SEPARATOR ($,) between each option,
which under normal circumstances is unset, resulting in unaltered
behaviour.  This allows custom formatting without the need for special
attribute options/misuse.
lib/HTML/Form/Simple.pm
t/html.t