2009年7月3日星期五

[PerlChina] Re: 请教perl如何随机排列数组项?

上面的寫法,如隨機數一樣那數據不就會覆寫?

-------- Original Message  --------
Subject: [PerlChina] Re: 请教perl如何随机排列数组项?
From: Michael Zeng <galaxy2004@gmail.com>
To: perlchina@googlegroups.com
Date: 3/7/2009 19:49
List::Util 不是有shuffle这个  函数么
 
use List::Util qw/shuffle /;
print shuffle 1..10 ;
 


 
2009/7/3 Cheese <cheeselee@126.com>
2 楼正解

On 7月3日, 上午10时04分, imxae <imx365s...@gmail.com> wrote:
> 请教perl如何随机排列数组项?
>
> 想随机打乱数组排列顺序该怎么做?



--
           Yours Sincerely
                   Zeng Hong



--  Best Regards, 	Anthony WU

--~--~---------~--~----~------------~-------~--~----~
您收到此信息是由于您订阅了 Google 论坛"PerlChina Mongers 讨论组"论坛。
 要在此论坛发帖,请发电子邮件到 perlchina@googlegroups.com
 要退订此论坛,请发邮件至 perlchina+unsubscribe@googlegroups.com
 更多选项,请通过 http://groups.google.com/group/perlchina?hl=zh-CN 访问该论坛

-~----------~----~----~----~------~----~------~--~---

没有评论: