Help for this page
my $count = 0; while (<>) { ... print "Found 2nd\n"; } }
$count = 0; do {$count++; $_ = <> } until ((/formulae/) && ($count == 2))