[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
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
http://www.linux.com/feature/128386 Smaple AGI scripts in PHP
http://search.cpan.org/~jouke/Win32-SAPI5-0.05/lib/Win32/SAPI5.pm perl “bindings” (wrapper around ActiveState Win32::OLE) to SAPI5 interface
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)
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.
http://search.cpan.org/~opi/Apache-DBI-Cache-0.08/lib/Apache/DBI/Cache.pod#logger yet another module that does connection caching
http://search.cpan.org/~timb/DBI-1.602/lib/DBI/ProfileDumper/Apache.pm#Memory_usage DBI profiling module for mod_perl
http://perl.apache.org/docs/1.0/guide/performance.html#Persistent_DB_Connections some mod_perl performance notes, including persistent connection handling
http://www.saturn5.com/~jwb/dbi-examples.html how to use perl DBI interface
http://search.cpan.org/~taniguchi/URI-Escape-JavaScript-0.02/lib/URI/Escape/JavaScript.pm better URL/URI escape that URI::Escape