in reply to taint == result
in thread When should I use map, for?
I am no guru when it comes to perl internals. But it seems like the map{} approach is still creating that additional array, but its just hidden away - not named. I say this because (i assume) sort will need the full array that map is creating, and that array is stored somewhere - albeit internally.
That is something im still a bit uncertain of in regard to this.
|
|---|