Help for this page
for($a=0;$a<10;$a++){...}
for(1..10){...}
@lines = <FILE>#potentially expensive ... chomp $line; ...do something with $line }