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


in reply to Re^2: How a HTML radio button on click calls a CGI function?
in thread How a HTML radio button on click calls a CGI function?

You probably have whitespace in front of the EOHTML string terminator. Delete anything (tabs, spaces) before it, or better yet, use the CGI methods to generate the html for you.

"A core tenant of the greater Perl philosophy is to trust that the developer knows enough to solve the problem" - Jay Shirley, A case for Catalyst.