in reply to Re: Extending the Perl Syntax on PERL + HTML envirionments.
in thread Extending the Perl Syntax on PERL + HTML envirionments.
It is different from heredocs in that it gets rid of the end marker, and it is better suited for medium lenght strings. For me it is competing with the qq rather then with heredocs.