in reply to Help to slurp records - $/ maybe?
local $_; do { my $rec = ''; do { $rec .= $_ = <>; } until /^Field 3/ or !defined; # ... } while defined; [download]
Makeshifts last the longest.