in reply to Re: Re: Printing quotes out to an html form?
in thread Printing quotes out to an html form?
use CGI; # you already have this line $q = new CGI; # and one like this to I suppose my $var = "some text from a file"; my $varesc = $q->escapeHTML($var);
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|