http://qs1969.pair.com?node_id=382452


in reply to Re^3: awk like question in perl
in thread awk like question in perl

so... is the code
print +(split)[1,5], $/ while <DATA>;
saying "split <DATA> on the 1st and 5th fields as IRS's for output? But what does the +(split) mean? thanks!