The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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).