in reply to Double Hash Key
$href = \%drw; foreach ( keys %$href) { print "primaryKey = $_\n"; foreach ( keys %{$href->{$_}}) { print "\tsubKey = $_\n"; } }
$href = \%drw; foreach ( keys %$href) { print "primaryKey = $_\n"; foreach ( values %{$href->{$_}}) { print "\tsubKeyValue = $_\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Double Hash Key
by Roy Johnson (Monsignor) on Jan 15, 2004 at 21:25 UTC | |
by 3dbc (Monk) on Jan 20, 2004 at 00:59 UTC | |
by Roy Johnson (Monsignor) on Jan 20, 2004 at 16:46 UTC | |
by 3dbc (Monk) on Jan 22, 2004 at 16:59 UTC | |
by antirice (Priest) on Jan 22, 2004 at 18:22 UTC |