comparison BoosterPack/rulegen.pl @ 0:0d795f02a8bb tip

initial committ. what was I thinking?
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 16:57:26 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:0d795f02a8bb
1 use Storable;
2 use Rule;
3 my $currentRule = Rule -> new();
4 store \$currentRule, 'rlm/booster.prefs';