annotate rulegen.pl @ 9:9652dc713ba6 boosterpack

working on adding to rlmcintyre.com
author Robert McIntyre <rlm@mit.edu>
date Sat, 26 Jun 2010 20:06:08 -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';