for (@array) { ... } # is kind of like for ($i = 0; $_ = $array[$i], $i < @array; $i++) { ... }