annotate rulegen.pl @ 10:3b52ac950753 boosterpack tip

going to try to fix this thing
author Robert McIntyre <rlm@mit.edu>
date Mon, 27 Sep 2010 17:24:06 -0400
parents 8c6d2ce90677
children
rev   line source
rlm@8 1 #!/usr/bin/perl
rlm@8 2
rlm@8 3 use Storable;
rlm@8 4 use Rule;
rlm@8 5 my $currentRule = Rule -> new();
rlm@8 6 store \$currentRule, 'rlm/booster.prefs';