Mega Code Archive

 
Categories / Perl / Array
 

Construct a string array and output its first element

@array = ("one", "two", "three"); print @array;