Hello,
- Original Message -
From: "Dr.Ruud" <[EMAIL PROTECTED]>
To:
Sent: Saturday, May 27, 2006 9:39 AM
Subject: Re: Generate random list
"Mike Blezien" schreef:
sometimes it lists the same image twice within
the random array list created.
perldoc
"Mike Blezien" schreef:
> sometimes it lists the same image twice within
> the random array list created.
perldoc -q random
(the text about shuffle)
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<
Hello,
I have simple script that generates a random list of 5 images from a specific
folder, but sometimes it lists the same image twice within the random array list
created. Is there a better way to generate a list so it will not display the
same element twice within the array??
Below is th