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(): "
>
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")