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