Construct a string array and output its first element
@array = ("one", "two", "three"); print @array;