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

Maybe the question should read "what is the most goto's you've used in a single script/program". I answered "more than ten" even though I rarely use goto, just because I've written so many scripts. Adding a goto is usually better than duplicating code and/or re-arranging a large and complex loop.
  • Comment on RE: RE: RE: RE: Number of times I've used goto in Perl