in reply to Re^2: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
in thread How to optimise " csv into mysql " using Text:CSV_XS and DBD::Mysql

croak is a function exported by the Carp module. Try to add this to your code:
use Carp;

Replies are listed 'Best First'.
Re^4: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
by taiko (Sexton) on Aug 06, 2015 at 09:50 UTC
    nope it didn't help
      Did you put the:
      use Carp;
      line before the:
      use Devel::Profile;
      line?

      If this still does not work, then please show how you're using the Devel::Profile module.

Re^4: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
by taiko (Sexton) on Aug 06, 2015 at 10:06 UTC
    I had Carp after Devel in my code; changed it, but still getting the same error