Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
perl -pae '$_ = "$F[1]\n";' test23.txt
perl -pae "$_ = "$F[1]\n";" test23.txt
Edited by Chady -- added code tags.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl Syntax Variation Between Linux/Windows when -e flag is used!
by davis (Vicar) on Mar 26, 2004 at 15:35 UTC | |
|
Re: Perl Syntax Variation Between Linux/Windows when -e flag is used!
by Happy-the-monk (Canon) on Mar 26, 2004 at 15:35 UTC | |
|
Re: Perl Syntax Variation Between Linux/Windows when -e flag is used!
by MADuran (Beadle) on Mar 26, 2004 at 15:41 UTC | |
by Anonymous Monk on Mar 26, 2004 at 16:14 UTC |