Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re^2: Parallel::ForkManager dies with "Free to wrong pool..."

by perlygapes (Sexton)
on Jun 15, 2018 at 01:50 UTC ( [id://1216692]=note: print w/replies, xml ) Need Help??


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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1216692]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-24 03:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found