in reply to Re^2: CGI.pm single radio button
in thread CGI.pm single radio button

sure, don't use CGI for html generation :)
$ perl -MCGI=-no_xhtml -le " print CGI->radio_group( qw! -name solo -v +alues !, [ 123 ] ) " <input type="radio" name="solo" value="123" checked >123