view 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
line wrap: on
line source
1 #!/usr/bin/perl
3 use Storable;
4 use Rule;
5 my $currentRule = Rule -> new();
6 store \$currentRule, 'rlm/booster.prefs';