sub f {a => 1, b=>2} my %h = (c => 3); say keys %h, f(); #output ca1b2