or download this
=head2 delete(), each(), values() and hash iteration are faster
...
list context are the actual values in the hash, instead of copies.
This results in significantly better performance, because it eliminate
+s
needless copying in most situations.