Beefy Boxes and Bandwidth Generously Provided by pair Networks DiBona
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: unsorted list

by kwaping (Priest)
on Apr 25, 2005 at 17:59 UTC ( [id://451358]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


in reply to unsorted list

This may not be the fanciest solution, but it seems to work for me:
my $number_of_elements = 5; # arbitrary, can be anything my @order = (); my @base = (0 .. $number_of_elements - 1); srand; push @order, splice(@base, rand @base, 1) while (@base);

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://451358]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.