while ($i++<100) { push @g, scalar gettimeofday(); } print join("\n",@g);