in reply to Text::xSV quote problem

I haven't fooled around with Text::xSV much (mainly Text::CSV_XS), but the docs for Text::xSV points out set_filter where you can pass an anon func that would handle your quoting issue.

You did not explain exactly you're looking to do with these quotes but I would try '\' escaping the quotes first, to see if that works.



grep
One dead unjugged rabbit fish later

Replies are listed 'Best First'.
Re^2: Text::xSV quote problem
by cfreak (Chaplain) on Oct 03, 2006 at 18:22 UTC

    Yeah but I need the quotes, I'd have to change the back later. Not a big deal but I was trying to avoid that.

    I tried escaping too ... it didn't make a difference.