Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Tally up the number of times each IP shows up in the file and load into HASH

by borisz (Canon)
on Jan 20, 2009 at 21:57 UTC ( [id://737697]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        printf( "%10s %15s %6s\n", $srv, $_, $h{$srv}{$_} );
      }
    }
    
  2. or download this
    __OUTPUT__
       11BT801    10.197.28.38      1
    ...
       12GT601     10.197.5.82      2
       12GT601    10.200.10.10      1
       12GT601     10.200.5.40      2
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://737697]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-25 20:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found