in reply to regex : get a paragraph, not just line
I decided to use jeffa 's suggestion because of the simplicity of it.
my %records = $data =~ m{^ACCOUNT NUMBER\s+(\d+)\s+(.*?\d\d/\d\d/\d\d\ +.)}msg; [download]