Help for this page
- for ( 1 .. $num_refs ) { + for ( $num_refs .. 1 ) {
perl -e "$n=5; for($n..1) { print }"
perl -e "$n=5; for(1..$n) { print }"