The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Synopsis:

finish [levels]

Continue execution until the program is about to leave the current function. Sometimes this is called "step out".

When integer levels is specified, that many frame levels need to be popped. The default is 1.

See also:

break, continue, next (step over), and step (step into).