- or download this
print $q->checkbox_group
(
-name=>'predefined',
-values=>@predefined,
);
- or download this
print $q->checkbox_group
(
-name=>'predefined',
-values=> \@predefined,
);
- or download this
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
"http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">