Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Re: virus log parser

by crazyinsomniac (Prior)
on Jul 03, 2002 at 08:56 UTC ( [id://179098]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    First of all, the construct 
    
    ...
        my @columns = qw(name to file action virus);
        @{ $gCurRec }{ @columns } = ('') x @columns;
    
  2. or download this
    
    $gCurRec = {
        map { ( $_ => "" ) }
        qw{ from to file action virus }
    };
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://179098]
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: (4)
As of 2024-04-24 18:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found