Help for this page
while (<FILE>) { chomp; ... last; } }
while (<>) { if ( /^testpoint\s*$/ ) { last; } }