From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

Synopsis:

down [count]

Move the current frame down in the stack trace (to a newer frame). 0 is the most recent frame. If no count is given, move down 1. This is the same as up, but moving in an opposite direction.

See also:

up, frame, and backtrace