in reply to Re: eval-ling code in another process
in thread eval-ling code in another process

Consider replacing
die "Something informative";
with
warn "Something informative"; exit $customCodeToDetectInParent;

--
use JAPH;
print JAPH::asString();