![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
How to store arrays in another arrayby kwatts59 (Novice) |
on Oct 03, 2019 at 18:14 UTC ( #11107018=perlquestion: print w/replies, xml ) | Need Help?? |
kwatts59 has asked for the wisdom of the Perl Monks concerning the following question:
Hello Monks,
I am trying to store a set of arrays into a master array for later processing. In my example below, I have 5 arrays that I want to store in a master array called @rows. But when I try printing the values in @rows, it only displays the first element of each row. Any help would be appreciated. Ken
Back to
Seekers of Perl Wisdom
|
|