![]() |
|
XP is just a number | |
PerlMonks |
Re^2: Formatting labels of checkbox groupsby lcanty (Friar) |
on Aug 16, 2004 at 04:27 UTC ( #383190=note: print w/replies, xml ) | Need Help?? |
thanks for the quick reply chromatic,
sorry i hadnt made myself clearer. What i've got is some perl CGI scripts, one of these scripts functions is to display a vertical list of checkboxes that has a corresponding description next to it. The code i got for displaying a checkbox_group came from Perl monks CGI help pages. http://www.perlmonks.com/index.pl?node=perlman%3Alib%3ACGI%3A2 From this code it shows that a checkbox_group label is a pointer to an associative array relating the checkbox values to the user-visible labels. i did try placing a semi colon into my code but now it prints the textboxes as expected as well as the between each description item
In Section
Seekers of Perl Wisdom
|
|