in reply to Re: Trying to find subkeys of a DBM::Deep key
in thread Trying to find subkeys of a DBM::Deep key

Yep, it works. Thanks! This also works:
@k=keys( %{$dbm->{'A'}} ); # With single quotes around key
  • Comment on Re^2: Trying to find subkeys of a DBM::Deep key