Mega Code Archive

 
Categories / Perl / Array
 

Using for loop with array

@array = ("Hello ", "there.\n"); for (@array) {    print; }