Hi all, 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. thanks, Daniel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]