diff options
| author | Paul Buetow <paul@buetow.org> | 2011-03-06 10:57:41 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2011-03-06 10:57:41 +0000 |
| commit | 213033db33be271791f2d9ff1c9c44c0bed79f18 (patch) | |
| tree | 1b3ff0d0eddfc7f6995afa67b5d3fc2ef8fa85a7 /index.pl | |
initial xerl import to utils
Diffstat (limited to 'index.pl')
| -rwxr-xr-x | index.pl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/index.pl b/index.pl new file mode 100755 index 0000000..8afda26 --- /dev/null +++ b/index.pl @@ -0,0 +1,10 @@ +#!/usr/bin/perl + +use strict; +use warnings; + +use Xerl; + +my Xerl $xerl = Xerl->new( config => 'config.txt' ); +$xerl->run(); + |
