in reply to RE: RE: Number of times I've used goto in Perlin thread Number of times I've used goto in Perl
goto &sub is not a goto; it's a frame-removing version of return ⊂.