Hi,
>
> I seem to have some problems when it comes to $escmode, and
> I'm probably not understanding this variable correctly.
>
> { local $escmode=0; print OUT "<b>sometext</b>"; }
>
> I thought the above code would actually print sometext in
> bold, however, no matter the escape mode, I seem to get the
> tags stripped out. How can I preserve the tags? I had it
> working in one instance, but I'm doing something like
>
> $str = "<"; $str .= "b>"; .. etc for it to work.
>
Looks like you are using Embperl 1.3. In this case you have set set
optRawInput in EMBPERL_OPTIONS (this is the default in Embperl 2)
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]