On 7/23/07, Joseph L. Casale <[EMAIL PROTECTED]> wrote:
Sorry,
I am still getting the scientific notation in the output instead of standard 
notation.
Thanks!
jlc

does it look like 1E10 or 1e10.  If it looks like the former then you
need to change the regex to be

return $n unless $n =~ /^(.*)[eE]([-+]?)(.*)$/;

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to