Dan Sugalski wrote: > > use sort qw(radix_sort); > sort \&radix_sort @data; Isn't that the slot where the comparison function goes? Maybe something more like this: use sort::radix_sort; sort @data; # magically uses radix_sort instead of default. -- John Porter What would Gabrielle do?
- [Fwd: Re: [FWP] sorting text in human-order] David L. Nicol
- Re: [Fwd: Re: [FWP] sorting text in human-order] John Porter
- Re: [Fwd: Re: [FWP] sorting text in human-ord... Nathan Torkington
- Re: [Fwd: Re: [FWP] sorting text in human... John Porter
- Re: [Fwd: Re: [FWP] sorting text in human-order] Jarkko Hietaniemi
- Re: [Fwd: Re: [FWP] sorting text in human-order] Dan Sugalski
- Re: [Fwd: Re: [FWP] sorting text in human-ord... John Porter
- Re: [Fwd: Re: [FWP] sorting text in human... Jarkko Hietaniemi
- Re: [Fwd: Re: [FWP] sorting text in h... John Porter
- Re: [Fwd: Re: [FWP] sorting text... Peter Scott
- Re: [Fwd: Re: [FWP] sorting text in human... Dan Sugalski
- Re: [Fwd: Re: [FWP] sorting text in human-order] Piers Cawley
- Re: [Fwd: Re: [FWP] sorting text in human-ord... David L. Nicol
- Re: [Fwd: Re: [FWP] sorting text in human... Jarkko Hietaniemi
- Re: [Fwd: Re: [FWP] sorting text in h... Jonathan Scott Duff
- Re: [Fwd: Re: [FWP] sorting text... Jarkko Hietaniemi
- Re: [Fwd: Re: [FWP] sorting ... Jonathan Scott Duff