in reply to
array of arrays
nice, thanks.
also, to access the inner arrays I use @{} too ? like
@tmp = @{$aoa[$id]}; print tmp[0];
[download]
Comment on
Re: array of arrays
Download
Code
In Section
Seekers of Perl Wisdom