On Fri, 14 Jan 2005 09:47:50 -0800, John W. Krahn <[EMAIL PROTECTED]> wrote:
Perl has a FAQ on shuffling, have you read that yet?
perldoc -q shuffle
or
use CPAN module: List::Util
it has a built in *shuffle* function.
--
Edward WIJAYA
Singapore
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
Doug Essinger-Hileman wrote:
Now that I have the earlier snippet working (and thank you to all who
helped), I am working on shuffling my array. Basically, the array is
a list of names in the order they will receive a job assignment.
Every third week, I want to shuffle the order. I have tested th
> Now that I have the earlier snippet working (and thank you to all who
> helped), I am working on shuffling my array. Basically, the array is
> a list of names in the order they will receive a job assignment.
> Every third week, I want to shuffle the order. I have tested the
> basics of shuffl
Now that I have the earlier snippet working (and thank you to all who
helped), I am working on shuffling my array. Basically, the array is
a list of names in the order they will receive a job assignment.
Every third week, I want to shuffle the order. I have tested the
basics of shuffling the ar