in reply to Re: how to return from a goto ?
in thread how to return from a goto ?

There are practically no reasonable use cases for returning from a goto°, because in Perl one normally returns from a subroutine.

Please explain what's wrong with the solution you got demonstrated here:

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

°) while it's possible, it's so complicated and error prone, that it rarely pays off.