![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Re^2: Debugging DESTROY calls in forking applicationby cavac (Curate) |
on Mar 13, 2020 at 08:49 UTC ( #11114211=note: print w/replies, xml ) | Need Help?? |
It's a webserver backend. It doesn't call back to the main process. And it's forking, not threading.
perl -e 'use Crypt::Digest::SHA256 qw[sha256_hex]; print substr(sha256_hex("the Answer To Life, The Universe And Everything"), 6, 2), "\n";'
In Section
Seekers of Perl Wisdom
|
|