DBI Examples
http://www.saturn5.com/~jwb/dbi-examples.html how to use perl DBI interface
http://www.saturn5.com/~jwb/dbi-examples.html how to use perl DBI interface
http://www.softwareprojects.com/resources/programming/t-i-can-make-your-site-run-10-times-faster-1462.html nice summary for the above
http://search.cpan.org/~taniguchi/URI-Escape-JavaScript-0.02/lib/URI/Escape/JavaScript.pm better URL/URI escape that URI::Escape
http://www.ibm.com/developerworks/db2/library/techarticle/dm-0611chang/ 2PC stages
http://sql.ru/forum/actualthread.aspx?tid=211296 netsted sets (trees) in postgresql
http://search.cpan.org/~isaac/Apache-UploadMeter-0.9915/lib/Apache/UploadMeter.pm progress file upload implementation in mod_perl
http://www.perlmonks.org/?node_id=591180 encode( “UTF-8”, $possibly_bad_utf8_data );
http://www.netalive.org/tinkering/serious-perl/ actuaally readable reference to OOP in perl
http://coding.derkeiler.com/Archive/Perl/comp.lang.perl.misc/2007-05/msg00808.html note about suing posix signals with mod_perl
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)