Help for this page

Select Code to Download


  1. or download this
    blah blah blah GET /some/path/to/file.htm blah blah
    
  2. or download this
    [root@devel3 root]# cat ./simple_log_parse.pl 
    #!/usr/bin/perl -w
    ...
    /cgi-bin/                5366/376847   (1.42%)
    
    [root@devel3 root]#
    
  3. or download this
    [root@devel3 root]# cat ./simple_log_parse2.pl 
    #!/usr/bin/perl -w
    ...
        printf "%-20s %8d/%-8d (%.2f%%)\n", $_, $hash{$_}, $total, (100*$h
    +ash{$_}/$total);
    }
    [root@devel3 root]#