Help for this page
@array = ();
$line =~ $_
while($line = <FILEHANDLE>) { ... }
while (<FILEHANDLE>) { chomp; @array = split /\s+/; ... }