Re: Question about CGI.pm

2008-03-25 Thread Mark Wagner
On 3/25/08, LesleyB <[EMAIL PROTECTED]> wrote: > > I'm using the OO form in case that makes any difference. Assuming a > 'my $qry = new CGI;' > > The first sentence > "By default, all HTML that is emitted by the form-generating functions > is passed through a function called escapeHTML(): " >

Question about CGI.pm

2008-03-25 Thread LesleyB
Hi I have been exploring CGI.pm and am of course interested in the HTML escaping procedure. perldoc CGI thrwos up this "By default, all HTML that is emitted by the form-generating functions is passed through a function called escapeHTML(): $escaped_string = escapeHTML("unescaped string")