check out the following two links:
http://perl.apache.org/embperl/Embperl.pod.2.html#EMBPERL_OPTIONS
http://perl.apache.org/embperl/Embperl.pod.5.html#_escmode
i think the options you need to set are in there. I have not tried them myself
yet.
cliff rayman
genwax.com
Reid Sutherland wrote:
> I'm trying to display a scalar [+ $var +], now the row in the database has
> HTML code in it but the HTML doesn't get rendered by the browser. What am I
> doing wrong? I read about < > and \< but it's not helping.
>
> Thanks
>
> Reid