Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: log parser fails

by aitap (Curate)
on Aug 07, 2012 at 11:40 UTC ( [id://985942]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    m@^(\S+?), (\S+) (\S+) - - (\[\d{2}/\w+/\d{4}:\s*\d{2}:\d{2}:\s*\d{2} 
    +\+\d{4}\]) "(.*?)" (\d{3}) (\d+) "(.*?)" "(.*?)"@;
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    use strict;
    ...
                            qq{\n};
            print "SH:$source_host, MH:$my_host, IR:$internal_redirect, D:
    +$date, U:$url_with_method, S:$status, SZ:$size, R:$referrer, A:$agent
    +\n";
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://985942]
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-25 14:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found