Richard Proctor wrote:

> 
> This leads back to my original "remove all whitespace".  Somehow there is a
> compromise to extracted from this.


Have we explored using a subset of regex for end-markers?


        $long_string_possibly_indented_later = <<\w*##ENDEND##\w*;


                        ...


                                        ##ENDEND##

Reply via email to