in reply to Re: Modifying an object in a fork
in thread Modifying an object in a fork

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

Replies are listed 'Best First'.
Re^3: Modifying an object in a fork
by Anonymous Monk on Mar 12, 2018 at 06:09 UTC
    Then use forks :)