On Mon, 23 Oct 2000, Ilia Lobsanov wrote:

> Andrew,
> 
> Have you tried escaping the "[" using "[["?
> 
> i.e.:
>       Execute ({ input     => \'[[- $param[0] = [1,2,3]; -] <p>Done some
> substitutions on param0 ... </p>',

Unfortunately, no, this doesn't help. The problem is the parsing of the
closing block, not the opening, if I've guessed what is happening
correctly.

Esccaping -] with -]] is not a solution for the obvious reasons :)

Escaping either the -, ] or both characters in the string has the expected
error of "no closing -]" ...

-- 
  Andrew O'Brien      [EMAIL PROTECTED]
      http://www.cse.unsw.edu.au/~andrewo    


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

Reply via email to