in reply to Re: Better ways to make multi-line comments in Perl?
in thread Better ways to make multi-line comments in Perl?
the little known << >> operator.
As of Perl 5.22, that statement might be a little confusing; from the 5.22.0 perldelta:
New double-diamond operator
<<>> is like <> but uses three-argument open to open each file in @ARGV. This means that each element of @ARGV will be treated as an actual file name, and "|foo" won't be treated as a pipe open.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Answer: Better ways to make multi-line comments in Perl?
by choroba (Cardinal) on Aug 22, 2015 at 09:32 UTC |