$ perl -le'sub x { \*STDOUT }; print x() "blah"' String found where operator expected at -e line 1, near ") "blah"" (Missing operator before "blah"?) syntax error at -e line 1, near ") "blah"" Execution of -e aborted due to compilation errors. $ perl -le'sub x { \*STDOUT }; print { x() } "blah"' blah
Makeshifts last the longest.
In reply to Re^4: Formatting a large number of records
by Aristotle
in thread Formatting a large number of records
by elbow
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |