in reply to Re^2: Sort undef
in thread Sort undef
No, it works because sort is stable and you declared the lucky case to be the input. Try again with
use List::Util qw{ shuffle }; my @array = shuffle((undef) x 3, qw/c b a/, ("") x 3);
($q=q:Sq=~/;[c](.)(.)/;chr(-||-|5+lengthSq)`"S|oS2"`map{chr |+ord }map{substrSq`S_+|`|}3E|-|`7**2-3:)=~y+S|`+$1,++print+eval$q,q,a,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sort undef
by LanX (Saint) on Jun 12, 2017 at 14:18 UTC |