June 14, 2008
I just came across a fairly strange Perl issue: Consider: protein => { title => ‘%s release [%s]‘, qq{formatdb_cmd => ‘-p T -t ‘%s’ -i %s’}, filename => ‘protein.fa’, }, Yes, there’s a typo, with the qq enclosing an entire hash entry. This doesn’t raise an error, but obviously obscures the hash entry!
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’ [...]
Read the full article →