Help for this page
my $first_line = <DATA>; while (<DATA>) { ... }
while (<DATA>) { next if $. == 1; }