Array Perl

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