Help for this page

Select Code to Download


  1. or download this
    values %{ map { rand() => $_ } @list };
    
  2. or download this
    sub { my %hash; for(@list){ $hash{rand()}= $_ }; return values %hash }