On 6/14/07, yitzle <[EMAIL PROTECTED]> wrote:
On 6/13/07, Brad Baxter <[EMAIL PROTECTED]> wrote:
> On Jun 8, 3:52 pm, [EMAIL PROTECTED] (Ash) wrote:
> > Hello there!
> >
> > 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.
>
> Did anybody mention int()?
>
> --
> Brad
The first 6 replies were to use int().
I'm not sure about the rest.
I know the 7th reply was a RegEx.
And my second reply used split.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/