ハッシュのリファレンス リファレンスの作り方 %hash = (linux => "linus", perl => "larry"); $h_ref = \%hash; デリファレンス for $k (keys %$h_ref) $h_ref->{perl}