#761448 Mention how to combine here-docs and while()

Package:
perl-doc
Source:
perl
Submitter:
積丹尼 Dan Jacobson
Date:
2014-09-13 21:42:35 UTC
Severity:
wishlist
#761448#5
Date:
2014-09-13 11:37:45 UTC
From:
To:
Mention how to combine here-docs and while().

I.e., how to do while(<>){print;} but with input coming from a here-doc.

P.S., the man page says both here doc and here-doc.