Rob Hanson wrote: > > I am trying to get .15 and end up with 0.15. > > I don't believe that ".15" is a valid floating point value, I think there > always has to be at least one digit to the left of the decimal... so the "f" > format won't help.
perl -e "print .15" OUTPUT 0.15 :) Rob -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]