my $value = $hash{$key}; my $object = tied %hash; $value = $object->FETCH($key);