The scalar behaviour of sort is undefined.
Jarkko Hietaniemi [Wed, 12 Jun 2002 22:57:47 +0000 (22:57 +0000)]
p4raw-id: //depot/perl@17210

pod/perlfunc.pod

index d6dcf49..10120ed 100644 (file)
@@ -4503,8 +4503,7 @@ sockets but not socketpair.
 =item sort LIST
 
 In list context, this sorts the LIST and returns the sorted list value.
-In scalar context, sort doesn't do anything and an undefined value is
-returned.
+In scalar context, the behaviour of C<sort()> is undefined.
 
 If SUBNAME or BLOCK is omitted, C<sort>s in standard string comparison
 order.  If SUBNAME is specified, it gives the name of a subroutine