Perl threads and libwww wierdness

Dave Hodgkinson davehodg at gmail.com
Mon Dec 19 22:38:24 GMT 2011


On 18 Dec 2011, at 21:06, Yitzchak Scott-Thoennes wrote:

> On Sat, Dec 17, 2011 at 11:43 PM, Dave Hodgkinson <davehodg at gmail.com> wrote:
>> On 18 Dec 2011, at 02:57, Yitzchak Scott-Thoennes wrote:
>>> If all you need is to return results of a discrete bit of work to the
>>> parent, Parallel::ForkManager makes it trivial.
>> 
>> And the best way to return those results...?
> 
> $pfm->finish($exit_code, $data_structure_reference).
> 
> (Requires P::FM 0.7.6 or later.)

What method does this use under the hood?

Ah, Storable. Sweet.





More information about the london.pm mailing list