use Quantum::Superpositions; my @array_I_just_created_here = (a .. z); print "yes, c is a letter that would exist within that array you just created there.$/" if ("c" eq any(@array_I_just_created_here);