Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I read a clear explanation of POE (Perl Object Environment)?

Tags:

perl

poe

I am searching for about a week for a good and clear tutorial for POE that is relevant to 2010 and didn't find one.

I found some tutorials in the Stack Overflow question Where can I find books or tutorials for Perl’s POE? under the poe tag but most of the materials are old and not clear.

Could someone provide a clear link/lecture/tutorials about POE if there are any? If not, it would be awesome if someone writes POE tutorials for beginners and advanced users; it could help the Perl community a lot.

like image 642
Joe Avatar asked Jul 23 '10 21:07

Joe


1 Answers

I must admit that this question does make sense. I find POE very powerful but not having the documentation it deserves.

If I was you I'd rather start with the main documentation on CPAN: http://search.cpan.org/dist/POE/lib/POE.pm

then I'll give it a try to one of this examples in POE Cookbook: http://poe.perl.org/?POE_Cookbook

IMO it would be great to have for POE the same kind of core documentation available for example for python Twisted.

like image 170
giavac Avatar answered Oct 23 '22 04:10

giavac