Home : General : Perl Programming :

General: Perl Programming: Re: [Andy] Speeding up an import...: Edit Log

Here is the list of edits for this post
Re: [Andy] Speeding up an import...
Profiling is your friend. =) Try just doing one thousand entries and do:

perl -d:DProf script.pl

and then after that, do:

dprofpp

to see a profile of your code and where the slowest parts are.

Cheers,

Alex
--
Gossamer Threads Inc.

Last edited by:

Alex: May 31, 2004, 10:33 AM

Edit Log: