in reply to Re: Parallel::ForkManager dies with "Free to wrong pool..."
in thread Parallel::ForkManager dies with "Free to wrong pool..."

Davidic counsel has borne scriptural truth.

According to thy wisdom, I crucified

use Digest::MD5 qw(md5_hex); use Math::Prime::Util ':all'; ... $unique_offering = todigitstring(fromdigits(md5_hex($harvest), 16), 36 +);

and resurrected
$unique_offering = sub { require Digest::MD5; require Math::Prime::Util; return Math::Prime::Util->todigitstring( Math::Prime::Util->fromdigits( Digest::MD5->md5_hex($harvest), 16), 36); };

Lo, and behold, as you spake, so it came to pass...

My humble thanks to you.