summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-07-10 18:01:17 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-11 00:28:15 +0000
commitdc19f4fb5868899801263d3ebbf80bf38e6be6b1 (patch)
tree879c1faa6b99ece9b4648bc9646a7852bda76761 /pod
parent9a5ff6d915307e9e6c234c058ab1ea235985b6d8 (diff)
downloadperl-dc19f4fb5868899801263d3ebbf80bf38e6be6b1.tar.gz
doc patch; times() in scalar context
Message-ID: <20010710180117.12477.qmail@plover.com> p4raw-id: //depot/perl@11265
Diffstat (limited to 'pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 2 insertions, 0 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 6deeadb622..fcd6f57ef1 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<times> returns C<$user>.
+
=item tr///
The transliteration operator. Same as C<y///>. See L<perlop>.