$_ = FormatSigFigs($_,8); my $clem = sprintf("%08g", $_); print "$clem\n";