print $query->start_form('POST','/cgi-bin/Signup.pl'), print $query->radio_group( -name =>'Parent', -value =["Father", "Mother"], -linebreak=>'true', -columnheader=>'Parent'); print $query->end_form();