On Wed, Jan 30, 2002 at 12:52:35PM +0000, Tony Bowden wrote: > from 'perldoc CGI' > > The value returned by radio_group() is actually an array > of button elements. You can capture them and use them > within tables, lists, or in other creative ways: > > So you probably want to iterate through those with a FOREACH or somesuch ...
or cgi.radio_group(...).join A
