In http://perl.apache.org/embperl/pod/doc/Embperl.-page-5-.htm#sect_20
it says:

   NOTE: Normaly [sic] you can disable escaping by preceeding the item
   that normaly [sic] is escaped with a backslash. 

but these don't seem to work:

  \[+$markup+]
  [+\$markup+]

It would be nice to have something simpler than:

 [+do{local $escmode=0; $markup}+]

Is there?

-mda

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

Reply via email to