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 06:06 PM 7/31/2001, Peter Scott wrote:
>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 documentation I have read, 
>>rand(@display_pictures) should do it.    But it doesn't.  Everytime I 
>>output the array, it is in the same order it was put in.
>
>perldoc -q shuffle
>
>Please send us a pointer to the erroneous documentation you saw so we can 
>advise the author to fix it.
>
>--
>Peter Scott
>Pacific Systems Design Technologies
>http://www.perldebugged.com
>
>
>--
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to