http://www.perlmonks.org?node_id=939682


in reply to Re: How to debug perl code that uses threads
in thread How to debug perl code that uses threads

This is an aside, but I would love to see the contents of your suggestions in a Perl tutorial... I think it'd be a really valuable resource that spoke to the general approach that explained:

1. Linear Flow or a Data-Driven Loop

2. Minimal interthread communications/No Synchronization points

3. Interthread communications use tried/tested means.

(and yes... I want a pony... ;) )