The foreach modifier evaluates once for each element, with $_ aliased to each element
@alpha=(a .. z, "\n"); print foreach @alpha;