in reply to Re: Re: Re: Optimizing quickly hash tables by checking multiple conditions
in thread Optimizing quickly hash tables by checking multiple conditions
I have tried to make that basic routine you gave me work but failed as it will not process the keywords bar and foo. The error message I get is :my %newhash = map { $_ => $refdes_bom{$_} } grep { CPN($refdes_bom{$_}) and ITEM($refdes_bom{$_}) } keys %refdes_bom;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Re: Re: Re: Optimizing quickly hash tables by checking multiple conditions
by revdiablo (Prior) on May 06, 2004 at 04:50 UTC |