http://www.perlmonks.org?node_id=11107155


in reply to Re: How to store arrays in another array
in thread How to store arrays in another array

my @rows = ( \@row1, \@row2, \@row3, \@row4, \@row5 );
That's what
    my @rows = \(@row1, @row2, @row3, @row4, @row5);
does.


Give a man a fish:  <%-{-{-{-<