Hi,

I am having a bit of a problem.  Does anyone have any idea how I could have
a variable and see if the value of that variable is also located in an array
and hash?  IE:

$myvar= 6

@myarray= ("4", "7", 10", 6")

if (6 exists in @myarray) (
dothis}
else{
dothis}

andre
Regards,
Andre` C.
Technical Support
ԿԬ
----------------------------------------------------------------------------
-
Visit our support manual at http://supportmanual.com/


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to