Help for this page

Select Code to Download


  1. or download this
    use List::Util 'shuffle';
    use List::MoreUtils 'minmax';
    ...
    }
    
    print "\nMin/Max elements: (", join( ',', minmax @quantities ), ")\n";