diff options
author | Mark-Jason Dominus <mjd@plover.com> | 2001-07-10 18:01:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-07-11 00:28:15 +0000 |
commit | dc19f4fb5868899801263d3ebbf80bf38e6be6b1 (patch) | |
tree | 879c1faa6b99ece9b4648bc9646a7852bda76761 /pod | |
parent | 9a5ff6d915307e9e6c234c058ab1ea235985b6d8 (diff) | |
download | perl-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.pod | 2 |
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>. |