Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Modifying an object in a fork

by Anonymous Monk
on Mar 11, 2018 at 22:34 UTC ( [id://1210691]=note: print w/replies, xml ) Need Help??


in reply to Modifying an object in a fork

How do I return the object from the fork to my original test process?

You use threads

Replies are listed 'Best First'.
Re^2: Modifying an object in a fork
by nysus (Parson) on Mar 11, 2018 at 23:36 UTC

    Threads aren't compiled into my install. I guess to keep things simple I can just write the object to a disk with storable.

    $PM = "Perl Monk's";
    $MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
    $nysus = $PM . ' ' . $MCF;
    Click here if you love Perl Monks

      Then use forks :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1210691]
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-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found