http://www.perlmonks.org?node_id=975689


in reply to Re^2: Calling a radio button to the second cgi script
in thread Calling a radio button to the second cgi script

If you can get access to the server logs you can see what's values are being sent to the server. You'll probably see what kcott suggested-- that the values being sent are just the first word of the value. When I copied your html with the radio buttons and viewed the source in a browser (Firefox), it interpreted the first word of each as the value and ignored the second.