At 7:29 PM +0200 4/1/02, Eric-Olivier Le Bigot wrote: > Hello, > >I would like to change the HTML escaping mode inside a [- -] block; I >thought the following piece of code would do it: > >---------------------------------------------------------------------------- >[- >local $escmode = 7; >print OUT "�ric\n"; >local $escmode = 0; >print OUT "�ric\n"; >-]
I can't answer the question of what it's supposed to do, but this might work: [+ "�ric\n" +] [$ syntax Text $] [+ "�ric\n" +] [$ syntax Embperl $] -- Kee Hinckley - Somewhere.Com, LLC http://consulting.somewhere.com/ [EMAIL PROTECTED] I'm not sure which upsets me more: that people are so unwilling to accept responsibility for their own actions, or that they are so eager to regulate everyone else's. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
