if ($stat[7] <1000) { print "$stat[7] bytes" } else{ print $stat[7]/1000 ." KB" }