in reply to Re: Perl readable Weblogs
in thread Perl readable Weblogs
should eliminate the nasty stuff.while (<LOGFILE>) { my %hash=split /\|/,$_; ## do something with %hash ala $hash{time} or $hash{bytes} }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Perl readable Weblogs
by knobunc (Pilgrim) on Apr 20, 2001 at 00:18 UTC |