Mega Code Archive

 
Categories / Perl / Array
 

Output the whole array in print

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