http://www.perlmonks.org?node_id=739172


in reply to Re^3: GOTO or not GOTO
in thread GOTO or not GOTO

So here's the next example, what does the following do:
Well, that's answered by the same second line of the goto documentation: It may not be used to go into any construct that requires initialization, such as a subroutine or a foreach loop.

For the third example, will to be trying to goto in a while block?