Markdown-Pod

 view release on metacpan or  search on metacpan

t/mkd/2011-12-24.mkd  view on Meta::CPAN

- 대표적 ORM
 - [DBIx::Class for beginners](http://www.slideshare.net/ranguard/dbixclass-introduction-2010)
 - [DBIx::Class로 스키마 관리하기](http://advent.perl.kr/2011/2011-12-17.html)
 - [Fey, Fey, Fey](http://advent.perl.kr/2010/2010-12-11.html)

### 비동기/네트웍/동시성 프레임웍

Perl의 Thread는 Python, Ruby와 다르게 GIL(Global Interpreter Lock)이 없어 multi-core CPU 환경에서
모든 core를 사용할 수 있습니다.
[AnyEvent][metacpan-anyevent], [POE][metacpan-poe] 등 비동기 이벤트 기반 프레임워크나
[Coro][metacpan-coro]와 같은 Coroutine도 지원합니다.
이외에도 fork 기반의 다양한 병렬 처리 모듈이 준비되어 있습니다.
[AnyEvent][metacpan-anyevent] 모듈을 만든 [Marc Lehmann][author-mlehmann]이 
AnyEvent에 쓰기위해 만든 [libev][metacpan-libev]는 우수한 성능이
입증되어 Python의 Twisted, Ruby의 EventMachine, Node.js에서도 기반 라이브러리로 가져다 쓰고 있습니다.

- [AnyEvent 모듈][metacpan-anyevent]
- [Coro 모듈][metacpan-coro]
- [POE 공식 사이트][poe]

참고 글:

- [A Threading Model Overview](http://justin.harmonize.fm/index.php/2008/09/threading-model-overview/)
- [Why Perl Is a Great Language for Concurrent Programming](http://t-a-w.blogspot.com/2006/10/why-perl-is-great-language-for.html)
- [Parallel Processing Perl Modules](http://www.openfusion.net/perl/parallel_processing_perl_modules)
- [how to write fast server with perl](http://d.hatena.ne.jp/tokuhirom/20090924/1253758449)

### GUI 및 그래픽

t/mkd/2011-12-24.mkd  view on Meta::CPAN

[advent-2010-12-20]:        http://advent.perl.kr/2010/2010-12-20.html
[advent-2011-12-13]:        http://advent.perl.kr/2011/2011-12-13.html
[advent-2011-12-16]:        http://advent.perl.kr/2011/2011-12-16.html
[author-mlehmann]:          https://metacpan.org/author/MLEHMANN
[benchmark-comparison]:     http://onlyjob.blogspot.com/2011/03/perl5-python-ruby-php-c-c-lua-tcl.html
[blog-aer0]:                http://aero.sarang.net/
[dotcloud]:                 http://docs.dotcloud.com/services/perl/
[learning-perl-review]:     https://github.com/aero/perl_docs/blob/master/Learning_Perl_5th_kor_review.md
[learning-perl]:            http://books.perl.kr/lp5/
[metacpan-anyevent]:        https://metacpan.org/search?q=anyevent
[metacpan-coro]:            https://metacpan.org/release/Coro
[metacpan-libev]:           https://metacpan.org/module/libev
[metacpan-poe]:             https://metacpan.org/search?q=POE
[openshift-dancer]:         https://www.redhat.com/openshift/community/kb/kb-e1014-how-to-deploy-the-perl-dancer-framework-on-openshift-express
[perl-get]:                 http://www.perl.org/get.html
[poe]:                      http://poe.perl.org/
[slideshare-modern-perl]:   http://www.slideshare.net/search/slideshow?searchfrom=header&q=modern+perl
[stackato]:                 http://docs.stackato.com/perl/index.html
[strawberry]:               http://strawberryperl.com/
[twitter-aer0]:             http://twitter.com/aer0
[windows-perl-usage]:       http://advent.perl.kr/2010/2010-12-01.html



( run in 0.329 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )