[convert UTF-16 to UTF-8 with perl] (Re: UTF-16 an utf8 encode: msg#00014)

http://osdir.com/ml/lang.perl.xml/2005-03/msg00014.html reading in a UTF-16 encoded file and writing it out as a utf8 encoded

Linux.com :: Debugging Asterisk AGI with PHPAGI and Festival

http://www.linux.com/feature/128386 Smaple AGI scripts in PHP

Win32::SAPI5 - Perl interface to the Microsoft Speech API 5.1 - search.cpan.org

http://search.cpan.org/~jouke/Win32-SAPI5-0.05/lib/Win32/SAPI5.pm perl “bindings” (wrapper around ActiveState Win32::OLE) to SAPI5 interface

Elijah’s Blog » Blog Archive » Limbo: Why users are more error-prone with git than other VCSes

http://blogs.gnome.org/newren/2007/12/08/limbo-why-users-are-more-error-prone-with-git-than-other-vcses/ notes on using git (commits)

[Python vs C# mono] Federico Mena Quintero - June 2007 Activity Log

http://www.gnome.org/~federico/news-2007-06.html#18 he wrote a GUI prog for linux (SystemTap/strace GUI), something like filemon from Sysinternals. The post compares pros and cons of python vs c# for developing this app.

Apache::DBI::Cache - a DBI connection cache - search.cpan.org

http://search.cpan.org/~opi/Apache-DBI-Cache-0.08/lib/Apache/DBI/Cache.pod#logger yet another module that does connection caching

DBI::ProfileDumper::Apache - capture DBI profiling data from Apache/mod_perl - search.cpan.org

http://search.cpan.org/~timb/DBI-1.602/lib/DBI/ProfileDumper/Apache.pm#Memory_usage DBI profiling module for mod_perl

mod_perl: Performance Tuning #

http://perl.apache.org/docs/1.0/guide/performance.html#Persistent_DB_Connections some mod_perl performance notes, including persistent connection handling

DBI Examples

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

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