On Fri, 28 Jun 2013 10:21:43 +0200 "Dr.Ruud" <rvtol+use...@isolution.nl> wrote:
> In a serious environment, code should be readable much more than > writable. So spend the extra minutes to make it as clear and > non-ambiguous as you can. Then someone else can more easily fix any > bugs you introduced, without having to ask you a lot of questions, > and without having to rewrite the whole thing. Agreed. An excerpt from Damian Conway's *Perl Best Practices*: http://my.safaribooksonline.com/book/programming/perl/0596001738/6dot-control-structures/do-while_loops In the book, he goes on with more detail but he recommends that you avoid do-while loops entirely. -- Don't stop where the ink does. Shawn -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/