in reply to Re: where does the time go?
in thread where does the time go?

I am having a hard time to simplify the actual code because it calls other classes and creates SQL queries. What do you suggest me to do? Should I just post the original code? But it won't be runnable.

Thanks

Replies are listed 'Best First'.
Re^3: where does the time go?
by GrandFather (Saint) on Nov 01, 2005 at 00:54 UTC

    Try to retain the same structure, but replace SQL and such non-portable stuff with some sort of time wasting code (like the regexs that I used) to use similar amounts of time.

    My guess is that the structure is important in some fashion (a hole in the timing perhaps), but that the details of how the time is used should not be important.


    Perl is Huffman encoded by design.