sub get_hashref { my %hash; return \%hash; } #### my %hash; sub get_hashref2 { return \%hash; }