Mega Code Archive

 
Categories / Perl / Statement
 

Range counting down

#!/usr/bin/perl -w use strict; print "Counting down: ", (6 .. 1), "\n";