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
http://jeremy.zawodny.com/blog/archives/010511.html notes on existing open source queue/messaging systems
http://cloud.github.com/downloads/perl6/book/book-2009-11.pdf book about perl 6
http://habrahabr.ru/blogs/infosecurity/70615/#habracut statistical method for detection of statistical malicious javascript, perl implementation.
http://habrahabr.ru/blogs/perl/70610/#habracut interesting article explaining some details about perl “one-liners”
http://habrahabr.ru/blogs/perl/69890/#habracut example on how to work with async sockets in perl using AnyEvent module
http://habrahabr.ru/blogs/perl/69411/#habracut some examples on how to write simple http server in Perl
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.
http://xph.us/software/beanstalkd/ seems to a rare thing: a message queue server, running as a native code
http://search.cpan.org/~daveroth/Win32-Scheduler_v20000702/lib/Win32/Scheduler.PM#Example:_Install_the_service perl module to run perl as Win32 service
http://habrahabr.ru/blogs/perl/67390/#habracut async requests using DBD::pg