in reply to Parallel::ForkManager Memory issue

I just noticed a typo:
pm->wait_for_all_children
It should be:
$pm->wait_all_children

Replies are listed 'Best First'.
Re^2: Parallel::ForkManager Memory issue
by hotel (Beadle) on Mar 18, 2013 at 00:00 UTC
    True. I corrected it after I noticed.