params.my_thingy is only returning one value, probably as per the CGI docs which requires:
@turned_on = $query->param('group_name');
Since I'm going to be using a Plugin to handle this, can I reference
the CGI object from my plugin? I tried finding it in the stash...
_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://www.template-toolkit.org/mailman/listinfo/templates
