mhearse has asked for the wisdom of the Perl Monks concerning the following question:
foreach my $key (keys %{$abc}) { if ( ref $abc->{$key} eq 'HASH' ) { } }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: What data structure is this code looking for
by wfsp (Abbot) on Nov 15, 2011 at 15:21 UTC | |
by mhearse (Chaplain) on Nov 15, 2011 at 15:52 UTC | |
by wfsp (Abbot) on Nov 15, 2011 at 15:57 UTC | |
by jethro (Monsignor) on Nov 15, 2011 at 15:59 UTC | |
by MidLifeXis (Monsignor) on Nov 15, 2011 at 17:00 UTC | |
Re: What data structure is this code looking for
by davido (Cardinal) on Nov 15, 2011 at 16:18 UTC | |
Re: What data structure is this code looking for
by Anonymous Monk on Nov 15, 2011 at 15:21 UTC |