http://www.perlmonks.org?node_id=732332


in reply to Re^2: Slicing with Arrow-Operator possible in 5.12?
in thread Slicing with Arrow-Operator possible in 5.12?

You're looking for @{$hr}{qw/this that/}

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?