Help for this page

Select Code to Download


  1. or download this
    #### Method: radio_group
    # Create a list of logically-linked radio buttons.
    ...
        return _tableize($rows,$columns,$rowheaders,$colheaders,@elements)
    +;
    }
    END_OF_FUNC
    
  2. or download this
    
    perl -MData::Dumper -MCGI=:all -e"print Dumper radio_group('IamGroup',
    +[qw/one othe
    ...
    
    perl -MCGI=all -e"print textfield('other')"