in reply to How do i check a radio button in Perl?

Whenever I get stuck with these kind of problems, I usually just throw a couple print statements into the output. As earthboundmisfit noted, it's probably the way you're assigning the value; if you just put a print $radio_search before your code, you'll see if you're getting the variable correctly.