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

Re: Algorithm To Select Lines Based On Attributes

by perlesque (Initiate)
on Jan 15, 2009 at 18:53 UTC ( [id://736646]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $rule_code = "";
    foreach my $rulenum ( keys %$rulelist ){
    ...
         return undef; # we did not match any rules!!
    };
    EOT
    
  2. or download this
    DEFECT:
        foreach my $defect ( @$list ){
    ...
               push @{$summary->{FILTEREDLIST}->{$rule}}, $defect;
            }
        }
    

Log In?
Username:
Password:

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

    No recent polls found