Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Algorithm To Select Lines Based On Attributes

by ~~David~~ (Hermit)
on Jan 15, 2009 at 16:44 UTC ( [id://736582]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    DEFECTID ATTR1 ATTR2 ... ATTR30
    
  2. or download this
        DEFECT:
        foreach my $defect ( @$list ){
    ...
        #  i create a filtered list in the $summary hash
        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: perlquestion [id://736582]
Approved by andye
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (6)
As of 2024-04-26 08:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found