http://qs321.pair.com?node_id=278424


in reply to v.Perl

Interesting. . . ++ to you.

FYI, it would be more idiomatic to write the above as:

$life -= 1 while $programming_knowledge > $life;
Cheers!
MrCromeDome

Replies are listed 'Best First'.
Re^2: v.Perl
by Aristotle (Chancellor) on Jul 30, 2003 at 18:18 UTC
    --$life while $programming_knowledge > $life;

    Makeshifts last the longest.