in reply to Edit page with checkboxes

Well, I'm not sure I understand your question fully but given your code, something like the following would be cleaner:
foreach $ss (split /,/,$INPUT{'ss'}) { print qq($ss: <input type="checkbox" name="ss" value=") . lc($ss) . qq(" checked>&nbsp;&nbsp;\n); }
-sauoq
"My two cents aren't worth a dime.";