Statement Perl

#!/usr/bin/perl -w
foreach $i (5..10) {
    print "$i\n";
}