in reply to Re^2: Filter File Using HASH
in thread Filter File Using HASH
while($line = <logfile>) { unless( $line =~ /(\.gif|\.jpg|\.jpeg|\.js|\.css|tickerServlet|nag +ios|statusservlet)/ { print total $line; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Filter File Using HASH
by pr19939 (Initiate) on Feb 01, 2005 at 14:29 UTC | |
by holli (Abbot) on Feb 01, 2005 at 15:46 UTC |