in reply to how to print text + array values at same time
my @DATA = [$ifile, @cols, @matches ]; $csv->print ($fh1, \@DATA); [download]