On perlop there is a rather complex example of using << with ():
myfunc(<< "THIS", 23, <<'THAT');
Here's a line
or two.
THIS
and here's another.
THAT
There perhaps ought to be a an additional simpler example first,
Except I don't know where on that page to put it.
Perhaps someone could put something like that somewhere on that page. Thanks.