rbowen@rcbowen.com (Rich Bowen) wrote: > On Sun, 6 May 2001 03:35:15 +0530, Abhijit Menon-Sen said: > > > Have you seen the TAI64* formats at <URL:http://cr.yp.to/time.html>? > > (I am supposedly writing Time::TAI64.) > > Hmm. attosecond accuracy? What real-world application really > needs that sort of thing? Physicists. The expected life-span of a top quark is 0.4 zs, which is less than one millionth of 1 as. Peter -- #!/local/bin/perl5 -wp -*- mode: cperl; coding: iso-8859-1; -*- # matlab comment stripper (strips comments from Matlab m-files) s/^((?:(?:[])}\w.]'+|[^'%])+|'[^'\n]*(?:''[^'\n]*)*')*).*/$1/x;