in reply to perlrun: -a implicitly sets -n
It seems that feature was added somewhere between versions 5.18 & 5.20:
C:\test>\perl5.18\perl\bin\perl.exe -mstrict -waE"say @F" counts C:\test>\perl5.18\perl\bin\perl.exe -mstrict -wanE"say @F" counts 00000018801880 C:\test>\Perl5.20\bin\perl.exe -mstrict -wanE"say @F" counts 00000018801880 C:\test>\Perl5.20\bin\perl.exe -mstrict -waE"say @F" counts 00000018801880
Anyone got any experience of this phone's predecessor?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perlrun: -a implicitly sets -n
by stevieb (Canon) on Jul 30, 2015 at 23:35 UTC |