Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

virus log parser

by phaedo (Initiate)
on Jul 02, 2002 at 20:04 UTC ( [id://178983]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    open(LF,"$logFile") || die "Can't open $logFile: $!\n";
    open(OF,">$outputFile") || die;
    while ($line=<LF>) {
    ...
    }
    close(LF);
    close(OF);
    
  2. or download this
    for $x (1 .. 10) {<br>
        for $y (1 .. 10) {<br>
            $LoL[$x][$y] = func($x, $y);<br>
        }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-26 00:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found