in reply to Re: Perl Best Practices - Loop Labels
in thread Perl Best Practices - Loop Labels
To me, "loop labels are GOTOs." ... "Best practice?" Stomp them out!
I realize I'm responding to a troll, but this is just way too wrong. Yes, one can write bad code in any language. But labels applied to loops and blocks are the solution to avoid gotos. Just one example, compare the code in this node to the one in my reply.
|
|---|