in reply to Re^4: help with memory leak
in thread help with memory leak

Something like this perhaps:

... push @wants, map { { join('-', $x, $y, $z) => $_ } } grep { is_approximately_an_integer( @$_ ) } [ poly_roots( ...

-- Ken

Replies are listed 'Best First'.
Re^6: help with memory leak
by crunch_this! (Acolyte) on Apr 18, 2013 at 23:17 UTC
    awesome! thx for the help, & sorry about the PMs, I didn't know I could customize how many replies would show up.