main::awc_db2_mgmt_kick running uncatalog for dcs entries'dcs' => [ {} ],
So your problem is that $hashref->{'dcs'} is a reference to an Array of Hashes (AoH)
pojmy $type_hash = $hashref->{$type}; # not a hash ref foreach my $item (keys %{$type_hash}) { # can't de-ref to hash
In reply to Re^4: Not a HASH reference error
by poj
in thread Not a HASH reference error
by briandanderson1977
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |