Help for this page

Select Code to Download


  1. or download this
    perl -e 'foreach $index (5..9, 12..18) { print "$index\n" }'
    
  2. or download this
    perl -e 'foreach $index (9..5, 12..18) { print "$index\n" }'