sub make_hash { my %hash; # Do clever stuff to fill in values in hash return \%hash; }