in reply to Repeat print problem
foreach (@record) { my ($name, $id, $summary) = split ''; format STDOUT = ... } [download]