Help for this page
while (<FILE>) { if (/^Number1/) { ... # non-header } }
open ... my $header_line = <FILE>; while (<FILE>) { # data line }