sub x {return {a => 1, b=> 2, c => 3}} print @{x()}{a,b}