Hello Everybody,
Does anybody have an idea on how to populate multiple checkboxes using HTML::FillInForm? The string of values from the checkboxes are set of integer values delimited by "\c@" but plugging this string back into the checkboxes using HTML::FillInForm does not work. Is using FillInForm to populate checkboxes even possible or does it use a one to one relationship that will populate all the checkboxes? I have thought about changing the name of each checkbox to a separate value but I am dynamically creating the checkboxes and for ease of upkeep have decided against it.