in reply to Re^2: one line for combining line
in thread one line for combining line
$ 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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: one line for combining line
by xiaoyafeng (Deacon) on Jul 06, 2010 at 04:19 UTC |