Help for this page

Select Code to Download


  1. or download this
    @stat = stat(_); # the -f test did a stat on the same file
    
  2. or download this
    if ($stat[7] > 1000)
    {
      $stat[7] = sprintf( "%d KB",  int($stat[7] * .001)  );
    }