sub foo { my %hash = ( bar=> 1, baz=> 1, ); return %hash; }