Help for this page

Select Code to Download


  1. or download this
    foreach $i ( 0 .. 19 ) {
      if ($i == 5 .. $i == 10) {
        print "$i\n";
      }
    }