Help for this page
for( $i=0; $i<20 ; $i++){ print "\$i = $i\n"; }
for ( 0 .. 19 ) { print "$_\n"; }