PERL

Started by Rabbi Bob, June 04, 2004, 03:26:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Rabbi Bob

Just curious.  I've been working on a logscanner for CS logs in my spare time over the past year now.  It has been fun for the most part, but there are some things I'd like to do better and learn. I'll be honest, I look at some regex and say "WTH IS THAT DOING?".  I've been basically reading in files, parsing them for specific events and spitting out a response output based on that, but while looking around last night on Sourceforge.net, I came across some dead projects that may be exactly where I should start steering towards.  Some appear to use queries that break the log lines right down to playerID, eventID, wonID (obv change to Steam), etc.

Based on all of that, I'd like to take this and move towards a database where one could look at a log or a set of events or a person..etc

While I ramble on, I'm just curious if anyone here does PERL at a level where I might be able to ask a few specific questions.

Thanks,
Bob
#!/usr/bin/admin
use warnings;
use strict;
use boot;

Bob is: working on A.T.L.A.S. HL

Thulsa Doom

myself and Whitey have, dno wot level u r wanting

Dingo

QuoteOriginally posted by Rabbi Bob@Jun 4 2004, 02:26 PM
I'd like to move towards a database where one could look at a log or a set of events or a person..etc

 
When you get there Bob give us the lowdown on the Naughty Nurse!!  ;)  :D  :D
semper in merda solus profundum variare
http://www.geocities.com/arnoldsounds/whoami.wav

Rabbi Bob

NN simply r0x0rs.

Thanks, I'll see where I go with the scanner.
#!/usr/bin/admin
use warnings;
use strict;
use boot;

Bob is: working on A.T.L.A.S. HL