($user, $system, $cuser, $csystem) = times;

$start = (times)[0]; # presumes $[ = 0
...
$end = (times)[0];
printf "that took %.2f CPU seconds\n", $end - $start;
