Charlie Stross wrote:

> ---snip---
>
>    sub fisher_yates_shuffle {
>        # Takes a single parameter, a reference to an array
>        my $array = shift @_;

you would not program it this way - so putting it in an example is
just plain wrong in my opinion.  the perl docs are the bible.  if i
see it in the perl docs, i assume i should use it in my code.


--
___cliff [EMAIL PROTECTED]http://www.genwax.com/


Reply via email to