2010-01-22

Template.pm

I've been trying to write my Perl scripts as modulinos (described in Mastering Perl), the basic idea being that runnable scripts written as modules can be used by later scripts. So far it has been working out well.

Here is my Template.pm

No comments:

PreferenceKey Quirks

PreferenceKey has a few quirks that have tripped me up. One is the reduce(value:nextValue:) implementation. The other is that a PreferenceKe...