Build a string array across two lines
@array = ( "one", "two", "three", "four", "five", "six", ); print @array;