Help for this page
$count = 0; while (++$count < 10) { print "count is now $count\n"; }
For ($count=1; $count<10; ++$count) { print "count is now $count\n"; }