while () { if (/^Number1/) { # header } else { # non-header } } #### open ... my $header_line = ; while () { # data line }