in reply to Re^3: Text::CSV_XS - proposed new interface
in thread Text::CSV_XS - proposed new interface

You should be using the getline() method - it gets one line of data, ignoring embedded newlines. But the new interface will do that automatically.
  • Comment on Re^4: Text::CSV_XS - proposed new interface