Mega Code Archive

 
Categories / Perl / Language Basics
 

$(dollar), is the separator

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