in reply to Re^4: Can't find any documentation on < a b c > syntax for lists
in thread Can't find any documentation on < a b c > syntax for lists
print("$_\n") foreach (<<>>);perl -MO=Deparse,-p -e 'print "$_\n" for <<>>'
Perl waits for input:
fubarecho fubar | perl -e 'print "$_\n" for <<>>'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Can't find any documentation on < a b c > syntax for lists
by ikegami (Patriarch) on Feb 14, 2023 at 18:22 UTC |