Help for this page
Useless use of private variable in void context at...
16:05 >perl -wE "my $c = 0; for (my $n = 3; $n >= 0; $n--) { ++$c; } s +ay $c;" 4 ... 3 16:05 >
while ($count-- >= 0) {