July 25, 2008
I’ve now implemented such a system as an extension to Catalyst, the open source Perl web framework. The system isn’t yet ready for general distribution, but I’d like to share my approach.
First, I’ve gathered ten years of web access logs from WormBase, a generic model organism database where I work as the project manager.
Next, [...]
Read the full article →
November 3, 2007
I’ve been working with the <a href=”http://www.catalystframework.org/”>Catalyst Web Framework</a> most of the summer. I just did a clean install of my system with Leopard. It’s good to flush out the pipes now and again as I’m a chronic shareware user and abuser. In the past, I’ve installed Catalyst by:
$perl -MCPAN -e ‘install Task::Catalyst’
$perl -MCPAN -e [...]
Read the full article →