in reply to Re: How to split rows coming from the database
in thread How to split rows coming from the database

Thank you for your solution. I tested it and it works.

I opened a bug ticket at: https://rt.cpan.org/Ticket/Display.html?id=118676&results=cc9025352d96d267a60867a5ee0782bf.

  • Comment on Re^2: How to split rows coming from the database

Replies are listed 'Best First'.
Re^3: How to split rows coming from the database
by Corion (Patriarch) on Nov 08, 2016 at 14:54 UTC

    First of all, thanks for correlating this bug and for reporting a fix!

    I'm not really sure your fix is complete, because I think it will lose the contents of $remainder if read_entity_body returns an empty string but $remainder still has content. It should at least warn or signal an error.