in reply to Parsing CSV with multiline fields

Have you checked Text::CSV? It claims to handle newlines if the mode is set to binary.

Replies are listed 'Best First'.
Re^2: Parsing CSV with multiline fields
by AnomalousMonk (Archbishop) on Sep 02, 2011 at 15:57 UTC
    It claims to handle newlines ...

    In particular, see the discussion of  <> versus the  getline() method in the Embedded newlines section of Text::CSV.

Re^2: Parsing CSV with multiline fields
by cavac (Prior) on Sep 02, 2011 at 15:32 UTC

    Binary mode!!!1!. Gaaaah, totally overlooked that one. *facepalm*

    Thanks, you just saved my weekend!

    Don't use '#ff0000':
    use Acme::AutoColor; my $redcolor = RED();
    All colors subject to change without notice.