in reply to Perl to Add newline at the end of each row of comma seperated strings in an array ?

Use the special variable "$LIST_SEPARATOR" ($").
local $" = "'\n'"; print "'@csvtemp'";
Bill
  • Comment on Re: Perl to Add newline at the end of each row of comma seperated strings in an array ?
  • Download Code