From: Michael G. Schwern Date: Sat, 20 Jul 2002 13:49:58 +0000 (-0400) Subject: Re: mention of "use sort" botched in perlfunc? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6a30edae98bf8af3a005d1111ac077997dd26f35;p=p5sagit%2Fp5-mst-13.2.git Re: mention of "use sort" botched in perlfunc? Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17672 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index b7fcd52..564f3b6 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -4572,7 +4572,7 @@ the original quicksort was faster. 5.8 has a sort pragma for limited control of the sort. Its rather blunt control of the underlying algorithm may not persist into future perls, but the ability to characterize the input or output in implementation -independent ways quite probably will. See L. +independent ways quite probably will. See L. Examples: