in reply to creating reports without reoccuring heading
foreach my $report (@reports){ $givenName = $$report[0] || ""; $surname = $$report[1] || ""; $ticket_id = $$report[2] || ""; $support_id = $$report[3] || ""; $email = $$report[4] || ""; write; format OUTF_TOP = . }
|
|---|