From: Mark-Jason Dominus Date: Tue, 10 Jul 2001 18:01:17 +0000 (+0000) Subject: doc patch; times() in scalar context X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc19f4fb5868899801263d3ebbf80bf38e6be6b1;p=p5sagit%2Fp5-mst-13.2.git doc patch; times() in scalar context Message-ID: <20010710180117.12477.qmail@plover.com> p4raw-id: //depot/perl@11265 --- diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 6deeadb..fcd6f57 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -5337,6 +5337,8 @@ seconds, for this process and the children of this process. ($user,$system,$cuser,$csystem) = times; +In scalar context, C returns C<$user>. + =item tr/// The transliteration operator. Same as C. See L.