| hand waving here. my %reciever = get_stuff(); | more handwaving sub get_stuff { my %hash =(); # fill hash return %hash; } #### my $reciever=get_stuff(); sub get_stuff { my %hash = (); # yada yada return \%hash;