cool... Thanks, That helps... Chris Midkiff cmidkiff@kc.rr.com > -----Original Message----- > From: Frank Wiles [SMTP:frank@wiles.org] > Sent: Monday, March 06, 2000 11:56 PM > To: kclug@kclug.org > Subject: Re: kclug - Seeking Perl Knowledge > > Yes, there is an int. If returns the integer portion of a scalar. > > Example: > > $num = rand(100); > $num = int($num); > > Will give you a random integer between 0 and 100. :) Hope this > helps. > > ------------------------------- > Frank Wiles > http://frank.wiles.org > ------------------------------- > > > > >