--- googlecode.com/svn/trunk/meteord 2006/12/14 16:29:42 11 +++ googlecode.com/svn/trunk/meteord 2007/05/20 19:40:53 25 @@ -63,6 +63,12 @@ ############################################################################### # + # Record startup time + # + $::STARTUP_TIME=time; + $::STARTUP_TIME+=0; # avoid warning + + # # Program name # $::PGM=$0;