Dear list, I wrote a simple CGI script using DBD::CSV on a linux computer, and then installed it on a iMac G5. Its execution time is now alomst 10 times slower. Using print instructions, I traced the bottleneck to the following instruction : $sth->execute; Now I am a bit stuck, as I do not know how to investigate in the DBD::CSV module to find where is the slow isnstruction. I installed the modules by cpan on osX and by apt-get on debian testing. Can anyone help me to identify the source of the problem ? Best, -- CharlesThread Previous | Thread Next