-
Recent Posts
Recent Comments
- Adam Stoller on DBD::mysql, MySQL and OS X Lion
- Hugo Masupha on IPv6 and Shartak
- Merlijn on ip6tables and CentOS 5.6
- Sean on Reading: Nightlord by Garon Whited
- Roger on .mobi top level domain.. WHY?
Archives
- August 2011
- July 2011
- May 2011
- April 2011
- November 2010
- October 2010
- August 2008
- May 2008
- April 2008
- December 2007
- November 2007
- October 2007
- September 2007
- August 2007
- June 2007
- May 2007
- April 2007
- March 2007
- February 2007
- December 2006
- November 2006
- October 2006
- September 2006
- August 2006
- June 2006
- May 2006
- April 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
- February 2005
- January 2005
- December 2004
- November 2004
- October 2004
- September 2004
- August 2004
- July 2004
- June 2004
- May 2004
- April 2004
- March 2004
- February 2004
- January 2004
- December 2003
- November 2003
- October 2003
- July 2003
- June 2003
- May 2003
- February 2003
- January 2003
- December 2002
- November 2002
- October 2002
- September 2002
- August 2002
Categories
Meta
Category Archives: Programming
Template Toolkit (Pt 3)
Doh! It seems that Apache::Template (the mod_perl interface for Template Toolkit and a cool looking module) isn’t compatible with mod_perl 1.99 and Apache 2.0.x.
Template Toolkit (pt 2)
Having had a chance to read through most of the new Template Toolkit book from O’Reilly, I have to admit that it’s far more impressive than I first realised. Extra plugins and filters can be written and added into the … Continue reading
Template Toolkit
It’s just typical. I wait a couple of months for the new Template Toolkit book from O’Reilly to appear on Safari (the online bookshelf) and then when I give in and buy the paper copy it appears on Safari a … Continue reading
Storing Perl structures…
I’ve been looking at alternatives for storing Perl structures within a database such as MySQL. Here are the main contenders: Storable (freeze/thaw) XML::Dumper Data::Dumper
Posted in Programming
Comments Off