xtype has asked for the wisdom of the Perl Monks concerning the following question:
to print a list of checkboxes.print $q->checkbox_group ( -name=>'predefined', -values=>@predefined, );
I have never seen CGI.pm end every form field with /><input type="text" name="something" size="15" maxlength="15" /> <input type="checkbox" name="predefined" value="a line of text." />a l +ine of text <input type="submit" name="submit" value="Preview" /> <input type="hidden" name=".cgifields" value="predefined" />
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI.pm being funny?
by Zaxo (Archbishop) on Feb 06, 2002 at 03:14 UTC | |
by xtype (Deacon) on Feb 06, 2002 at 05:16 UTC | |
by chipmunk (Parson) on Feb 06, 2002 at 05:37 UTC | |
by xtype (Deacon) on Feb 06, 2002 at 05:52 UTC | |
by chipmunk (Parson) on Feb 06, 2002 at 19:02 UTC | |
|
Re: CGI.pm being funny?
by CharlesClarkson (Curate) on Feb 06, 2002 at 03:19 UTC | |
by xtype (Deacon) on Feb 06, 2002 at 04:09 UTC | |
by rchiav (Deacon) on Feb 06, 2002 at 05:52 UTC | |
|
Re: CGI.pm being funny?
by talexb (Chancellor) on Feb 06, 2002 at 03:36 UTC | |
by ignatz (Vicar) on Feb 06, 2002 at 18:24 UTC | |
|
Re: CGI.pm being funny?
by Steve_p (Priest) on Feb 07, 2002 at 14:28 UTC |