in reply to Re^2: problem with csv parsing
in thread problem with csv parsing

If your error callback isn't printing anything, that means that it isn't being called which means that there are no errors. Surely that's a good thing?

Replies are listed 'Best First'.
Re^4: problem with csv parsing
by igoryonya (Pilgrim) on May 21, 2020 at 12:32 UTC
    As I've wrote in my original message, there are errors, just the error call back wasn't printing anything, but I've figure it out.
    I think, it was because I needed to configure auto_diag=>1.
    Now it works.