Help for this page
sub get {$some_hash{+shift}->("get",@_)}
sub get {$some_hash{"shift"}->("get",@_)}
sub get {$some_hash{shift(@_)}->("get",@_)}