Array Perl

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