in reply to Re: Perl Best Practices - Loop Labels
in thread Perl Best Practices - Loop Labels

If you find the deeply nested 'if blocks' usually needed to replace 'next' or 'last' are easier to maintain, use them - always! Personally, I strongly prefer 'next' and 'last'. The issue of labels is much less clear.
Bill
  • Comment on Re^2: Perl Best Practices - Loop Labels