I am trying to use WWW::mechanize so that I can go to a website and check the radio button. The value field of the html page I am using constantly changes everytime I load the page. There is only one radio button and was wondering how I would turn that radio button on. I saw $mech->set_visible was a possibility, but was wondering if anyone can give me feedback on how to do this. Thank you.