in reply to Applying regex to array
@fields = split /(?<=")(?=")/, '"'.join('""', @fields).'"'; [download]