@array = (1,2,3,4); # would be a syntax error, no? @array = (1, 2, 3, 4); # would be ok