Quote:
Originally Posted by Turbocapitalist
Very cool. I was wondering how to push something onto an array.
Isn't something needed at the end for a catch-all? There might be an array or two left over with fewer than 5 elements.
Code:
END {
for(i in a){
for(j in a[i])
print a[i][j]
}
}
|
Agreed ... left that as a task for OP
