4 lines
49 B
Perl
4 lines
49 B
Perl
|
|
foreach my $i (@collection) {
|
||
|
|
print "$i\n";
|
||
|
|
}
|