Re: how to test if an element belongs to an array or hash
- From: biomahui@xxxxxxxxx
- Date: 31 May 2005 13:25:53 -0700
A new question related:
if I created a hash, $set{$a}{$b}=1, I can get the keys of $b for a
given $a, using "keys %{$set{$a}}";
My question is, Is there any function that can test the existence of an
element belongs to $b for a given $a?
Thanks!
.
- Follow-Ups:
- Re: how to test if an element belongs to an array or hash
- From: Brian Wakem
- Re: how to test if an element belongs to an array or hash
- References:
- how to test if an element belongs to an array or hash
- From: biomahui
- Re: how to test if an element belongs to an array or hash
- From: John Bokma
- Re: how to test if an element belongs to an array or hash
- From: biomahui
- Re: how to test if an element belongs to an array or hash
- From: Brian Wakem
- Re: how to test if an element belongs to an array or hash
- From: biomahui
- how to test if an element belongs to an array or hash
- Prev by Date: Re: Using Pool of Processes
- Next by Date: Re: how to test if an element belongs to an array or hash
- Previous by thread: Re: how to test if an element belongs to an array or hash
- Next by thread: Re: how to test if an element belongs to an array or hash
- Index(es):
Relevant Pages
|
|