in reply to Re^3: Consise way to filter out keys with undef values from a hash slice?
in thread Consise way to filter out keys with undef values from a hash slice?

Then I've probably misunderstood the part of your post I quoted.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
  • Comment on Re^4: Consise way to filter out keys with undef values from a hash slice?
  • Download Code

Replies are listed 'Best First'.
Re^5: Consise way to filter out keys with undef values from a hash slice?
by kcott (Archbishop) on Jun 02, 2020 at 10:02 UTC

    No worries. :-)

    — Ken