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


in reply to RE: Number of times I've used goto in Perl
in thread Number of times I've used goto in Perl

If someone can come up with an example of an instance where goto is necessary for the purpose of clarification in code, I'd love to see it.
necessary? I doubt many examples exists. However, I doubt there are many examples showing OO to be necessary for the purpose of clarification (or any other purpose). Necessary implies there not being an alternative. In Perl, there's almost always an alternative. Whether it's for goto, or OO.