in reply to Tribute to TMTOWTDI
But these probably are interpreted in a next stage to exactly the same internally. So that's probably why the other people in this thread didn't find any realy difference with BenchMark.@b = map(uc($_), @a); print @b, "\n"; @b = map(uc($_), @a); print @b, "\n"; @b = map(uc($_), @a); print @b, "\n"; @b = map(uc($_), @a); print @b, "\n"; @b = map({uc $_;} @a); print @b, "\n"; @b = map({uc $_;} @a); print @b, "\n"; @b = map({uc $_;} @a); print @b, "\n"; @b = map({uc $_;} @a); print @b, "\n";
Jeroen
"We are not alone"(FZ)
|
|---|