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


in reply to Re^5: while(){}continue{}; Useful? (Consistent!)
in thread while(){}continue{}; Useful?

> > > This produces identical results, and IMO is far clearer and more intuative:

> > Not with multiple nexts and code in between.

underlines added!

UPDATE: Think of it like a switch statement with a fall through to the continue block.

Cheers Rolf