my @array_I_just_created_here = (a .. z); my @hash_I_just_created_here{@array_I_just_created_here} = (); print "yes, c is a letter that would exist within that array you just created there.$/" if exists $hash_I_just_created_here{"c"};