Home : General : Perl Programming :

General: Perl Programming: Hash Loop: Edit Log

Here is the list of edits for this post
Hash Loop
Hi,

I have a hash like:

KEY => { SUBKEY => VALUE, SUBKEY => VALUE }

How do I loop through the SUBKEY's ?

foreach %{$hash{KEY}} doesn't seem to work. Nor does %$hash{KEY}


Last edited by:

RedRum: Nov 13, 2001, 8:18 PM

Edit Log: