in reply to Re: hash-value access via special constructed keyin thread hash-value access via special constructed key
sub lookup { my $r = shift(@_); $r = $r->{$_} foreach @_; return $r; } [download]