Change 23103 by [EMAIL PROTECTED] on 2004/07/13 19:10:20
s/sort/split/; - my mistake spotted by Dave.
Affected files ...
... //depot/perl/pod/perltodo.pod#85 edit
Differences ...
==== //depot/perl/pod/perltodo.pod#85 (text) ====
Index: perl/pod/perltodo.pod
--- perl/pod/perltodo.pod#84~23094~ Tue Jul 13 04:28:49 2004
+++ perl/pod/perltodo.pod Tue Jul 13 12:10:20 2004
@@ -139,7 +139,7 @@
=head2 You WANT *how* many
-Currently contexts are void, scalar and list. sort has a special mechanism in
+Currently contexts are void, scalar and list. split has a special mechanism in
place to pass in the number of return values wanted. It would be useful to
have a general mechanism for this, backwards compatible and little speed hit.
This would allow proposals such as short circuiting sort to be implemented
End of Patch.