| Previous | Next
sortThe Perl 5.8 and later shuffle large arrays before sorting. Note that sort.pm is global and not lexical in scope. For example: #!/usr/local/bin/perl -w use sort '_quicksort'; # Or _qsort, if you'd like sort(@something);
|
| Previous | Next
sortThe Perl 5.8 and later shuffle large arrays before sorting. Note that sort.pm is global and not lexical in scope. For example: #!/usr/local/bin/perl -w use sort '_quicksort'; # Or _qsort, if you'd like sort(@something);
|