in reply to expression which does nothing
C:\>echo test | perl -ple 42 test C:\>echo test | perl -MO=Deparse -ple 42 BEGIN { $/ = "\n"; $\ = "\n"; } LINE: while (defined($_ = <ARGV>)) { chomp $_; '???'; } continue { print $_; } -e syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: expression which does nothing
by gaal (Parson) on Dec 26, 2006 at 08:23 UTC | |
by ferreira (Chaplain) on Dec 26, 2006 at 13:53 UTC | |
by ikegami (Patriarch) on Dec 26, 2006 at 15:59 UTC | |
by bart (Canon) on Dec 27, 2006 at 11:27 UTC |