Description:Message> Target of goto is too deeply nested
Perl "target of goto is too deeply nested"
(F) You tried to use goto to reach a label that was too deeply nested for Perl to reach. Perl is doing you a favor by refusing.
goto
(F) You tried to use
gototo reach a label that was too deeply nested for Perl to reach. Perl is doing you a favor by refusing.