Mega Code Archive

 
Categories / Perl / Array
 

Output all elements in an array with print command

@array = (1, 2, 3); print @array;