Hi,
if you just want random numbers, there is a very simple function: RAND.
Works like this:
#!perl -w
use strict;
my ($varNumber);
$varNumber = rand;
print "Random number is: ", $varNumber,"\n";
Harmen Groenwold
[EMAIL PROTECTED]
-Original Message-
From: Naveen Parmar [mailto:[EMAIL PR
On Wed, Jan 16, 2002 at 10:25:35PM +, Naveen wrote:
> Is there is a built in function in Perl for generating random access #s?
>
> How would that function be used?
---end quoted text---
I've just google'd "Random access numbers" and there is very little
there. Nothing that seems related to a