Help for this page
($cpu_user, $cpu_nice, $cpu_total, $cpu_idle) = /^cpu\s+(\d+)\ (\d+) ( +\d+) (\d+)/;
sub cpu_stats { my @cpustats; ... return(@cpustats); }