Mega Code Archive
Categories
/
Perl
/
Statement
Range counting up
#!/usr/bin/perl -w use strict; print "Counting up: ", (1 .. 6), "\n";