in reply to
Enumerate an array of arrays?
scalar(@{$list[0]});
should do the trick.
while ( whoring ){ for ( xp ){ grep /the source/,@perlmonks; }}
Comment on
Re: Enumerate an array of arrays?
Download
Code
Replies are listed 'Best First'.
Re^2: Enumerate an array of arrays?
by
dayton
(Acolyte)
on Feb 06, 2008 at 18:03 UTC
Perfect! Thanks.
[reply]
In Section
Seekers of Perl Wisdom