Hey all I'm stuck looping through an array of hashes, here is what I have:
##################
for my $a (@result){ for my $h (keys %$a){ $tst = "$h->{$a}";
}
}##################
@result contains a hashes, I can die it out ok....... there is something wrong when I try looping and assigning it to $tst ......... any ideas?
Thanks in advance for any tips.
G :)
_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>
