in reply to Better way to dereference a shifted hashref arg?
my %arg = %{ shift() or die "Error" }; [download]
Cheers - L~R