in reply to Re^3: 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

nope it didn't help
  • Comment on Re^4: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql

Replies are listed 'Best First'.
Re^5: How to optimise " csv into mysql " using TEXT:CSV_XS and DBD::Mysql
by Laurent_R (Canon) on Aug 06, 2015 at 09:58 UTC
    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.