in reply to CGI.pm single radio button
$ perl -MCGI -le " print CGI->radio_group( qw! -name solo -values !, [ + 123 ] ) " <label><input type="radio" name="solo" value="123" checked="checked" / +>123</label>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI.pm single radio button
by kosta (Sexton) on Mar 30, 2011 at 13:06 UTC | |
by Anonymous Monk on Mar 30, 2011 at 13:11 UTC |