Statement Perl

#!/usr/bin/perl -w
use strict;
print "Half the alphabet: ", ('a' .. 'm'), "\n";