An array can only hold scalars, so you have an array of array-refs referenced to by $arrays :-)
Try
foreach(@{$arrays}) { print @{$_}; }
regards,
tomte
Hlade's Law:
If you have a difficult task, give it to a lazy person --
they will find an easier way to do it.
In reply to Re: Array of Arrays
by Tomte
in thread Array of Arrays
by Lhamo_rin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |