in reply to Re^2: Re Execute Lines of Code (redo)
in thread Re Execute Lines of Code

redo is actually a kind of goto and is bad practice
Huh? So are next and last. "Bad practice" also? What convoluted constructs would you suggest instead of these?

Update: "bad practice" implies that there's "better practice" which supersedes the "bad practice". What would that be for redo? (or next, or last?)

--shmem

_($_=" "x(1<<5)."?\n".q·/)Oo.  G°\        /
                              /\_¯/(q    /
----------------------------  \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
  • Comment on Re^3: Re Execute Lines of Code (redo "bad practice"?)