in reply to Re^3: awk like question in perl
in thread awk like question in perl
so... is the code
saying "split <DATA> on the 1st and 5th fields as IRS's for output? But what does the +(split) mean? thanks!print +(split)[1,5], $/ while <DATA>;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: awk like question in perl
by davido (Cardinal) on Aug 12, 2004 at 20:45 UTC | |
by drock (Beadle) on Aug 12, 2004 at 21:12 UTC | |
by davido (Cardinal) on Aug 12, 2004 at 21:31 UTC |
In Section
Seekers of Perl Wisdom