Gerald,
if the following makes sense - please add it to the embperl
documentation for $escmode

        Turn HTML and URL escaping on and off. The default is on
($escmode = 3).

+      The change in $escmode will take effect on the next call into
embperl.  So, for example, to turn
+      off escaping for a particular section of code:
+
+           [- $save_escmode=$escmode; $escmode=0 -]
+           [+ Please read the following web message:
$web_message_in_html +]
+           [- $escmode=$save_escmode -]
+
        NOTE: Normaly you can disable escaping by preceeding the item
that normaly is escaped with a
        backslash. While this is a handy thing, it could be very
dangerous in situations, where content that
        is inserted by some user is redisplayed, because they can enter
arbitary HTML and preceed them
        with a backslash to avoid correct esaping when their input is
redisplayed again. To avoid this



--
___cliff [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to