mnlight has asked for the wisdom of the Perl Monks concerning the following question:
print $query->start_form('POST','/cgi-bin/Signup.pl'), print $query->radio_group( -name =>'Parent', -value =["Father", "Mother"], -linebreak=>'true', -columnheader=>'Parent'); print $query->end_form();
Edit Masem 2001-12-21 - CODE tags
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid) Re: The value 1 prints out to the page
by Ovid (Cardinal) on Dec 22, 2001 at 02:22 UTC | |
|
Re: The value 1 prints out to the page
by grep (Monsignor) on Dec 22, 2001 at 02:23 UTC | |
|
Re: The value 1 prints out to the page
by Chmrr (Vicar) on Dec 22, 2001 at 02:25 UTC |