Sounds like a two-dimentional array?
print @$_, $/ foreach (@my_matrix);
Data::Dumper can help you see the format of many structures:
use Data::Dumper; print Dumper(\@matrix);
In reply to Re: weired return of array-value
by ikegami
in thread weired return of array-value
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |