public
Description: Parse EverQuest log files in Perl
Homepage:
Clone URL: git://github.com/pfenwick/games-everquest-loglineparser.git
Click here to lend your support to: games-everquest-loglineparser and make a donation at www.pledgie.com !
100644 25 lines (16 sloc) 0.603 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Games/EverQuest/LogLineParser
=============================
 
Games::EverQuest::LogLineParser is a perl extension for parsing lines from
the EverQuest log file. It understands a wide variety of line types, and can
break them down into a hash ref of easy to access information.
 
INSTALLATION
 
To install this module type the following:
 
   perl Makefile.PL
   make
   make test
   make install
 
COPYRIGHT AND LICENCE
 
Copyright (C) 2003-2004 Dan Boorstein
Copyright (C) 2005 Paul Fenwick
 
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.