hi to all .
I have a qustion which might sound easy.
I have an array called (@sites) which contains in $sites object.
I compare it with another array, and get a certain number of values.
Because I want to test the significance of my results, I need to shuffle my @sites, a number of times (say n number) in order to generate random sets of data. that means to change the position of $sites within @sites.
How can I do that ?
Thanks in advance for everyone's help .