There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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