http://www.perlmonks.org?node_id=56995


in reply to Re: Random numbers generator
in thread Random numbers generator

Have a look at srand and rand. That block translates pretty well into perl:
srand; my $n=int(rand(10)); # gets you a number 0..9

--
Me spell chucker work grate. Need grandma chicken.