DBI Examples

http://www.saturn5.com/~jwb/dbi-examples.html how to use perl DBI interface

I can make your site run 10 times faster - Programming - SoftwareProjects

http://www.softwareprojects.com/resources/programming/t-i-can-make-your-site-run-10-times-faster-1462.html nice summary for the above

URI::Escape::JavaScript - A perl implementation of JavaScript's escape() and unescape() functions - search.cpan.org

http://search.cpan.org/~taniguchi/URI-Escape-JavaScript-0.02/lib/URI/Escape/JavaScript.pm better URL/URI escape that URI::Escape

Handle distributed transactions with federated two-phase commit in WebSphere Federation Server Version 9.1

http://www.ibm.com/developerworks/db2/library/techarticle/dm-0611chang/ 2PC stages

[russian]Готовое решение для работы с деревьями. / PostgreSQL : Форум на SQL.RU

http://sql.ru/forum/actualthread.aspx?tid=211296 netsted sets (trees) in postgresql

Apache::UploadMeter - Apache module which implements an upload meter for form-based uploads - search.cpan.org

http://search.cpan.org/~isaac/Apache-UploadMeter-0.9915/lib/Apache/UploadMeter.pm progress file upload implementation in mod_perl

Perl and Postgresql: Invalid byte sequence for encoding "UTF8"

http://www.perlmonks.org/?node_id=591180 encode( “UTF-8”, $possibly_bad_utf8_data );

Writing serious Perl: The absolute minimum you need to know

http://www.netalive.org/tinkering/serious-perl/ actuaally readable reference to OOP in perl

Mod_perl and Signals

http://coding.derkeiler.com/Archive/Perl/comp.lang.perl.misc/2007-05/msg00808.html note about suing posix signals with mod_perl

Considerations for server-side Automation of Office

http://support.microsoft.com/default.aspx?scid=kb;EN-US;257757 read this if u are interested to communicate with office COM objects inside IIS or any other non-interactive app (like web service)