open P,"/proc/stat";undef $/;$c=

;($t)=($c =~ /btime\s(\d+)/);print localtime($t)."\n";