#!/usr/bin/perl -w use strict; for (my $i = 0; $i < 10; $i++) { print "$i\n"; }