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

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.