in reply to Re: Re: Re: Regex to do a smart split()
in thread Regex to do a smart split()

According to replies to Reading escaped data from a CSV, Text::CSV doesn't handle embedded newlines (Text::CSV_XS will as long as you use binary mode). Though after looking though those replies, Text::xSV looks even better.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

: () { :|:& };:

Note: All code is untested, unless otherwise stated