in reply to Re^3: element of an array of arrays
in thread element of an array of arrays
perldoc -f
push- push ARRAY,LIST
- push EXPR,LIST
- Treats ARRAY as a stack by appending the values of LIST to the
end of ARRAY. The length of ARRAY increases by the length of
LIST.