in reply to Re^3: Perl DBI: problems inserting data to a table
in thread Perl DBI: problems inserting data to a table

I tried initially your string with the same result...
  • Comment on Re^4: Perl DBI: problems inserting data to a table

Replies are listed 'Best First'.
Re^5: Perl DBI: problems inserting data to a table
by boftx (Deacon) on Nov 21, 2013 at 19:39 UTC

    It was my thought that maybe the data in one of the columns exceeded the DB field width, but if that is the case, you are not getting an error message that would show it. At this point I would start losing some hair.

    It helps to remember that the primary goal is to drain the swamp even when you are hip-deep in alligators.
      Thanks once more! As I pointed already in the update of my question it seems problem was with the Storable driver itself. When I changed it to SQLite everything starts working fine.

      Although, I still don't get why it was not working without throwing any kind of exceptions or warnings...