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

Re: Parsing a log file

by grizzley (Chaplain)
on Nov 29, 2007 at 14:41 UTC ( [id://653852]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!perl
    use strict;
    ...
    {
    ...code inside loop...
    }
    
  2. or download this
    #!perl -n
    use strict;
    ...code inside loop...
    
  3. or download this
    #!perl -n
    use strict;
    ...code to do with every line of input stored in $_...
    print $_; # or just print
    
  4. or download this
    #!perl -p
    use strict;
    ...code to do with every line of input stored in $_...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (3)
As of 2024-04-24 06:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found