Help for this page
Select Code to Download
Select
or
download this
foreach $i ( 0 .. 19 ) { if ($i == 5 .. $i == 10) { print "$i\n"; } }