And I thought you were a raw newbie. lol!
Sorry. Just trying to be explicit. ;o]

--- Aaron Craig <[EMAIL PROTECTED]> wrote:
> I've answered my own question:
> 
> my $ID = "020";
> 
> my $rh1 = {id => 1, value => "020", name => "one"};
> my $rh2 = {id => 2, value => "040", name => "two"};
> my $rh3 = {id => 3, value => "034", name => "three"};
> my $rh4 = {id => 4, value => "056", name => "four"};
> my $rh5 = {id => 5, value => "030", name => "five"};
> 
> my @HOLDER = ($rh1, $rh2, $rh3, $rh4, $rh5);
> 
> my @tester = grep($_->{value} eq $ID, @HOLDER);


__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - buy the things you want at great prices
http://auctions.yahoo.com/

Reply via email to