Help for this page
while(<INPUT>) { $linecount++ ; next if $linecount <= $numHeaders; # ... }
<INPUT> for 1..$numHeaders;