Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: array processing

by holli (Abbot)
on Dec 06, 2005 at 11:26 UTC ( [id://514408]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    while (<errorlog>)
    {
        $logins{$1}++ if /Login succeeded\. User: ([^,]+)/;
    }
    print map { "$_: $logins{$_}\n" } sort keys %logins;
    
  2. or download this
    abc: 1
    qwr: 1
    sa: 6
    xyz: 1
    

Log In?
Username:
Password:

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

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

    No recent polls found