Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        $arr[$n] = $arr[$_];
        $arr[$_] = $t;
    }
    
  2. or download this
    For all items except last
        Pick random item between current item and last
        Swap that item with current item