in reply to Re: memory leak
in thread memory leak

Thanks, this is actually just a slice of the code. It works anyway. You were right, I just needed to use $sampleSize{$currentPop} instead of $sampleSize and it worked. Thanks again.

Replies are listed 'Best First'.
Re^3: memory leak
by BrowserUk (Patriarch) on Aug 04, 2004 at 16:13 UTC

    I wish I could say "if you were using use strict; use warnings; it would have picked this up", but I can't because it wouldn't have.

    None the less, it would be a good idea anyway :)


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    "Memory, processor, disk in that order on the hardware side. Algorithm, algorithm, algorithm on the code side." - tachyon