in reply to Re^2: Data::Sorting (fast)
in thread Data::Sorting

Don't you need to dereference the hash value to get the array slice to work?

map { join "\0", @{ $hash{$_} }[0,1,2], $_ }

Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail