Re: Randomizing an Array

2001-07-31 Thread Casey West
On Tue, Jul 31, 2001 at 06:55:14PM -0500, CDitty wrote: : At 05:44 PM 7/31/2001, you wrote: : >On Tue, Jul 31, 2001 at 06:32:15PM -0500, CDitty wrote: : >: In both my perl books. Learning Perl(O'Reilly) and Perl 5 Interactive : >: Course(Waite Group). : >: : >: The shuffle routine in not listed i

Re: Randomizing an Array

2001-07-31 Thread CDitty
Could be. It only says example. I'll try your example below shortly. Thanks for helping. Chris At 06:35 PM 7/31/2001, Michael Fowler wrote: >On Tue, Jul 31, 2001 at 06:05:18PM -0500, CDitty wrote: > > Hello all. Just joined the list and after reading through the archives, I > > couldn't fi

Re: Randomizing an Array

2001-07-31 Thread CDitty
At 05:44 PM 7/31/2001, you wrote: >On Tue, Jul 31, 2001 at 06:32:15PM -0500, CDitty wrote: >: In both my perl books. Learning Perl(O'Reilly) and Perl 5 Interactive >: Course(Waite Group). >: >: The shuffle routine in not listed in either of these books, although they >: are almost 1 year old. W

Re: Randomizing an Array

2001-07-31 Thread Casey West
On Tue, Jul 31, 2001 at 06:32:15PM -0500, CDitty wrote: : In both my perl books. Learning Perl(O'Reilly) and Perl 5 Interactive : Course(Waite Group). : : The shuffle routine in not listed in either of these books, although they : are almost 1 year old. When I try and use shuffle I get : Und

Re: Randomizing an Array

2001-07-31 Thread CDitty
In both my perl books. Learning Perl(O'Reilly) and Perl 5 Interactive Course(Waite Group). The shuffle routine in not listed in either of these books, although they are almost 1 year old. When I try and use shuffle I get Undefined subroutine &main::shuffle and my program stops. Chris At 0

Re: Randomizing an Array

2001-07-31 Thread Michael Fowler
On Tue, Jul 31, 2001 at 06:05:18PM -0500, CDitty wrote: > Hello all. Just joined the list and after reading through the archives, I > couldn't find an answer. I'm hoping someone can help. > > I have an array with 6 variables in it. I need to randomize the variables > in this array. Accordi

Re: Randomizing an Array

2001-07-31 Thread Peter Scott
At 06:05 PM 7/31/01 -0500, CDitty wrote: >Hello all. Just joined the list and after reading through the archives, I >couldn't find an answer. I'm hoping someone can help. > >I have an array with 6 variables in it. I need to randomize the >variables in this array. According to the documentat