Re: A second beginner's question

2005-01-15 Thread Edward Wijaya
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

Re: A second beginner's question

2005-01-14 Thread John W. Krahn
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

Re: A second beginner's question

2005-01-14 Thread Lawrence Statton
> 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

A second beginner's question

2005-01-14 Thread Doug Essinger-Hileman
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