doc patch; times() in scalar context
Mark-Jason Dominus [Tue, 10 Jul 2001 18:01:17 +0000 (18:01 +0000)]
Message-ID: <20010710180117.12477.qmail@plover.com>

p4raw-id: //depot/perl@11265

pod/perlfunc.pod

index 6deeadb..fcd6f57 100644 (file)
@@ -5337,6 +5337,8 @@ seconds, for this process and the children of this process.
 
     ($user,$system,$cuser,$csystem) = times;
 
+In scalar context, C<times> returns C<$user>.
+
 =item tr///
 
 The transliteration operator.  Same as C<y///>.  See L<perlop>.