Dear All, I have a problem about the list value. I have got a scalar say $a='a' and a list say @b = ('a', 'b','c'); how can I check whether $a is one of the value in @b. Is there any easy way to do it and I got lost in perl.com's piles of documentation.
Thanks Alex