in reply to cgi programming with perl

You seem to have name and value switched for cgi. my $radio_value = $cgi->param('my_radio_buttons'); will get the value.

CGI.pm's checkbox and button methods are available for ungrouped input.

After Compline,
Zaxo