in reply to Re: How do I loop through a multidimensional array?
in thread How do I loop through a multidimensional array?
Actually, your data structure initialisation could be a little more elegant too. Try this:
my @items = ({ title => 'Song 2', artist => 'Blur' }, { title => 'The Call of Khtulu', artist => 'Metallica' });
Oh, and I knew that Metallica aren't very intelligent, but can they really not spell "Cthulhu"?
--Perl Training in the UK <http://www.iterative-software.com>
|
|---|