xavignu.com
Apache visits with Perl
Here is another Perl script. This one given an Apache log file will tell you the number of hits per IP. Here is the code. [perl] #!/usr/bin/perl -w use strict; use diagnostics; if( $#ARGV != 0 ){ p…