foreach (@array) { print $_; } #### foreach my $line (@array) { print $line; }