# Mundane C style "for" loop for ($i = 0; $i < 100; $i++) { print "$i\n"; }