@array = (1,2); $number = 3; # HOW TO DO THIS? check to see if $number is in @array print "found\n" if found($number, @array );