diff options
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>. |