$ perl -MO=Deparse -ne'f()' LINE: while (defined($_ = <ARGV>)) { f(); } -e syntax OK $ perl -MO=Deparse -ne'f() }{ g()' LINE: while (defined($_ = <ARGV>)) { f(); } { g(); } -e syntax OK
In reply to Re^3: one line for combining line
by ikegami
in thread one line for combining line
by xiaoyafeng
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |