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


in reply to Re^2: do while loops
in thread do while loops

sum = 0; for (x = 1; x <= 5; x++) { printf("%d", x); sum = sum + x; printf("The sum is %d", sum); }

Replies are listed 'Best First'.
Re^4: do while loops
by f00li5h (Chaplain) on Jan 10, 2008 at 05:54 UTC

    for(;;) loops are ick... they tend to lead to unneeded subscripting and other pesky things

    for my $x (1..4) is far less intent-obfuscated-by-code looking (as far as i see it anyway)

    wait, is that C?

    @_=qw; ask f00li5h to appear and remain for a moment of pretend better than a lifetime;;s;;@_[map hex,split'',B204316D8C2A4516DE];;y/05/os/&print;