This will print out the name of each array, but how can I get it to print out the contents of each array? or the number of elements in each array instead?my @masterarray = qw(@array1 @array2 @array3); foreach (@masterarray){ print $_; }
In reply to array of arrays - context problem by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |