> embperl escape character?
>
> okay I'm reaching here.  something like
>
> ]] to indicate - ignore the next embperl character.  so something ugly
like
>
> [- $testdata=~m![^]]-]+!; -]
>
> could work.  but you're right the \55 is much cleaner and easier to read.
>

There is an escape for the start of an Embperl block

[[- ssss -]

will not be interpreted by Embperl, just displayed as

[- ssss -]


Theres is nothing comparable for the end of the block, like you describe
above

Gerald


Reply via email to