my $fh = $some_hash{...}; print $fh "foo"; # oder print { $some_hash{...} } "foo";