![]() |
|
good chemistry is complicated, and a little bit messy -LW |
|
PerlMonks |
Re: Best way to pick apart log file.by mkmcconn (Chaplain) |
on Dec 27, 2001 at 22:45 UTC ( #134678=note: print w/replies, xml ) | Need Help?? |
Try inserting into your while loop:
It appears your code is failing because there are blank lines, or lines not delimited with ';'. Is that true? mkmcconn By the way, I really admire that line: ($dst, $service) = (split /;/)[11, 12];
In Section
Seekers of Perl Wisdom
|
|