On 6/8/07, ash <[EMAIL PROTECTED]> wrote:
I need to remove decimal points from numbers. For eg 1.23 or 1.77 would be just 1. Any suggestion is appreciated. Thank you.
Sounds as if you're looking for int, which is documented in the perlfunc manpage. If that's not it, someone can show you how to round, floor, ceil, or whatever you need. Cheers! --Tom Phoenix Stonehenge Perl Training -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/