I apologize for this post as I can see that the question had been adressed several times in the past however, I am having difficulty applying the examples to my code. I am using a purchased database script and I need to randomize the output. The script currently uses
for standard sorting and
for reverse sorting. I need random sorting. Can anyone please help using the above code as a guide?
Thank You!
Code:
@keepers=sort(@keepers);
Code:
@keepers=reverse(sort(@keepers));
Thank You!