Open Source Queueing and Messaging Systems? (by Jeremy Zawodny)

http://jeremy.zawodny.com/blog/archives/010511.html notes on existing open source queue/messaging systems

Perl 6 Book / book-2009-11.pdf (application/pdf Object)

http://cloud.github.com/downloads/perl6/book/book-2009-11.pdf book about perl 6

[rus ]Об одном эвристическом методе детекции вирусных инжекций на сайтах / Информационная безопасность / Хабрахабр

http://habrahabr.ru/blogs/infosecurity/70615/#habracut statistical method for detection of statistical malicious javascript, perl implementation.

[rus] Однострочные программы на Perl / Великий Язык PERL! / Хабрахабр

http://habrahabr.ru/blogs/perl/70610/#habracut interesting article explaining some details about perl “one-liners”

[rus]Пример построения неблокирующего веб-приложения / Великий Язык PERL! / Хабрахабр

http://habrahabr.ru/blogs/perl/69890/#habracut example on how to work with async sockets in perl using AnyEvent module

[]rus] Почти-web-сервер своими руками / Великий Язык PERL! / Хабрахабр

http://habrahabr.ru/blogs/perl/69411/#habracut some examples on how to write simple http server in Perl

[rus] dklab_multiplexor: постоянное Javascript-соединение с сервером в условиях сотен тысяч онлайн-клиентов / Высокая производительность / Хабрахабр

http://habrahabr.ru/blogs/hi/69457/#habracut high-load web notification system or how to do persistent connections in ajax/js. Useful for counters, friend-status updates and so on. Example is given for libevent-based daemon in perl.

Beanstalkd - Software - xph.us [distributed, in-memory workqueue service]

http://xph.us/software/beanstalkd/ seems to a rare thing: a message queue server, running as a native code

Win32::Daemon - Extension enabling Win32 Perl scripts to be a service - search.cpan.org

http://search.cpan.org/~daveroth/Win32-Scheduler_v20000702/lib/Win32/Scheduler.PM#Example:_Install_the_service perl module to run perl as Win32 service

Асинхронность в DBD::Pg / Великий Язык PERL! / Хабрахабр

http://habrahabr.ru/blogs/perl/67390/#habracut async requests using DBD::pg