Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: Parsing a log file

by johngg (Canon)
on Nov 27, 2007 at 19:55 UTC ( [id://653353]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    close $inFH or die qq{close: $!\n};
    
    print Data::Dumper->Dumpxs( [ \ @parsedData], [ q{*parsedData} ] );
    
  2. or download this
    @parsedData = (
                    {
    ...
                      'dst' => '128.2.100.106'
                    }
                  );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-29 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found