sub make_hashref3 { +{ %{ make_hashref() }, boo => 'too', }; } #### sub make_hashref3 { return { %{ make_hashref() }, boo => 'too', }; }