Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: eval-ling code in another process

by wol (Hermit)
on Jun 02, 2009 at 15:48 UTC ( [id://767647]=note: print w/replies, xml ) Need Help??


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();

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-25 04:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found