in reply to Re: Need to create CSV using Text::CSV
in thread Need to create CSV using Text::CSV

I tried but it didn't worked.

But, and because your illumination, I used:

$csv->eol ("\r\n");

and it worked!

Thanks very much!

PD: next time I'll try to read the whole doc first.