in reply to Counting web page hits
while($line = <FLE>) { if ($line =~ /(?:$nameOne|$nameTwo)/i) { print "WEB PAGE ->\t$name\n"; $ct++; last; } } close FLE;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Counting web page hits
by Anonymous Monk on Mar 04, 2004 at 11:27 UTC |