5 lines
75 B
Perl
5 lines
75 B
Perl
#!/usr/bin/perl -w
|
|
|
|
use strict;
|
|
|
|
print "Counting up: ", (1 .. 6), "\n"; |