Help for this page
{ local $/; next_loop: ... goto next_loop; } }
sub next_record() { local $/ = "DELIM"; ... { ... }