projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9a5ff6d
)
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
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlfunc.pod
b/pod/perlfunc.pod
index
6deeadb
..
fcd6f57
100644
(file)
--- 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>.