in reply to Re: Log parsing exercises for Perl beginner - reasonable?
in thread Log parsing exercises for Perl beginner - reasonable?
He has some experience with coding and this is "yet another" attempt to learn Perl. He has demonstrated the ability to loop and open files.
The timestamps, eg "Apr 14 10:18:22", should present no problem.
The last time I peeked at his code he was replacing all colons with spaces so he could split on white space and then join the first three fields in the split array.
|
|---|