Could someone provide a link to a book on POE (Perl object environment) if there any book like this?

Or could someone provide a good tutorial about POE in addtion to the tutorials that found under this site http://poe.perl.org?

link|improve this question

35% accept rate
1  
I'd warn you against this, using POE is the single least fun thing I've thing I've ever done in Perl. Working with the POE internals is blow-your brains out painful. POE doesn't follow any convention, not even a bad one. POE doesn't care about your well being. POE hates your children and all things good. – Evan Carroll Dec 22 '09 at 22:17
I had a lot of good results from googling "perl poe tutorial". At least all of the links in the answers were on the first page of hits. – brian d foy Dec 23 '09 at 1:20
Evan, is this a genuine critique or is it some sort of retribution for the cool reception you got on the mailing list for your POE rewrite in Moose? nntp.perl.org/group/perl.poe/2009/04/msg4411.html – daotoad Dec 24 '09 at 22:49
BTW, If you want to see Evan's rewrite, it can be found at github.com/EvanCarroll/MooseyPoopoe – daotoad Dec 24 '09 at 22:52
feedback

5 Answers

Matt Sergeant's presentation Programming POE is pretty darn good.

link|improve this answer
feedback

There is a POE tutorial on PerlMonks.

link|improve this answer
feedback

Is there any portion of POE that you are looking to become acquainted with? There are some tutorials on Perl.com here and here (though I will grant that they are a little old). There are also a bunch of projects on Github that use POE that you can look at for examples. But again, that depends on which part of POE you are looking to use.

link|improve this answer
feedback

I've done a couple of columns using POE. Google "site:stonehenge.com POE" for links.

link|improve this answer
feedback

There is a good chapter on POE in the Advanced Perl Programming (2nd edition) book by Simon Cozens.

/I3az/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.