Re: mention of "use sort" botched in perlfunc?
Michael G. Schwern [Sat, 20 Jul 2002 13:49:58 +0000 (09:49 -0400)]
Message-id: <20020720174958.GL362@ool-18b93024.dyn.optonline.net>

p4raw-id: //depot/perl@17672

pod/perlfunc.pod

index b7fcd52..564f3b6 100644 (file)
@@ -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</use>.
+independent ways quite probably will.  See L<sort>.
 
 Examples: