I've got this *really ancient* program (for which I naturally don't have the source :-) that parses reports and expects floating point numbers to be in the %e format with 2 exponent digits (I.E. 3.045E+06).
I'm trying to feed it some output of my own from a perl script, but perl seems insistent on supplying %e numbers with 3 exponent digits (I.E. 3.045E+006) and the program parser complains. Is there a way to force perl to output using the %e format with only 2 exponent digits?? Thanks, -Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]