fixes perl_clone of perl_clone
[p5sagit/p5-mst-13.2.git] / pod / perlfunc.pod
index 6deeadb..fcd6f57 100644 (file)
@@ -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>.