The simplest solution is to temporarily turn off autoEscape
Indeed it is. I'll try and remember this, again.
On Mar 25, 2005, at 11:55 AM, Charles K. Clarkson wrote:
I'm guessing that you have something like this somewhere.
use CGI qw/:standard/; my $Q = CGI->new();
No. I have this...
use CGI; my $Q = new CGI;
But I would have tried it ;) I don't keep much html in my perl code and hardly ever use CGI.pm's built-in html formatting. I want these radio buttons to maintain state and got to dinking with the "-labels", which then lead me to try and format the text... in almost every conceivable way but the right one.
A big thanks to both Lawrence and Charles.
-- Bill Stephenson
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>