X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2Fperlfunc.pod;h=fcd6f57ef10564126e1d1275649d77b61e7fd818;hb=5269aecde866056a77e32c937c7c3182bb599487;hp=6deeadb62291998124e57040c36ed78b2757d623;hpb=f2c0fa378e55ca42d398c29e02f5dc2fd742d1dc;p=p5sagit%2Fp5-mst-13.2.git 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.