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

Per HTML5, this:

<INPUT TYPE=radio NAME=Gift Value=Diamond Bracelet CHECKED>Diamond Bra +celet

is exactly equivalent to this:

<INPUT TYPE="radio" NAME="Gift" Value="Diamond" Bracelet="" CHECKED="" +>Diamond Bracelet
perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'