Help for this page
sub make_hashref3 { +{ ... boo => 'too', }; }
sub make_hashref3 { return { ... boo => 'too', }; }