In CallFrame§
See primary documentation in context for method my
method my()
Return a Hash
that names all the variables and their values associated with the lexical scope of the frame.
sub some-valuemy = some-value();say .my<$the-answer>; # OUTPUT: «42»