Help for this page

Select Code to Download


  1. or download this
    @bag = shuffle(@bag);
    my @values = sort { $a <=> $b } @bag[0..4];