On Tue Nov 25 2008 @ 9:29, Sharan Basappa wrote: > Hi, > > Would like to know if perl has native (without using special modules) > for generating random numbers?
Shawn already pointed you in the right direction, but here's a good tip. If you want to check if you something Perl-ish, try 'perldoc -q something'. That will search the Perl FAQ. perldoc -q rand (or 'random') would work nicely here. Hope this helps, T -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/