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