Output the whole array in print
@array = ("one", "two", "three"); print "Here is the array: ", @array, ".\n";