Help for this page
print unless $should_not_print++; print if !$seen++;
tie my $first, "Trueonce"; while (<DATA>) { print if !$first; }