in reply to Re: Parallel::ForkManager Memory issue
in thread Parallel::ForkManager Memory issue

Hi,

I think it is possible when the hash H is declared as

tie my %H, 'Tie::RefHash';

since you are then able store objects as hash keys

Replies are listed 'Best First'.
Re^3: Parallel::ForkManager Memory issue
by BrowserUk (Patriarch) on Mar 17, 2013 at 13:00 UTC
    H is declared as tie my %H, 'Tie::RefHash';

    Ah! No wonder you are running out of memory.


    With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
    Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
    "Science is about questioning the status quo. Questioning authority".
    In the absence of evidence, opinion is indistinguishable from prejudice.