2 lines
26 B
Perl
2 lines
26 B
Perl
|
|
map { Foo->new } 1 .. $n;
|
|
|
map { Foo->new } 1 .. $n;
|