$object->display( { my_code => sub { my ($hashref) = shift; foreach (keys %$hashref) { # more code } }; } );