Help for this page
sub F { return G(); ... goto LF; } G();
=item Exiting subroutine via %s (W exiting) You are exiting a subroutine by unconventional means, such as a goto, or a loop control statement.