Help for this page

Select Code to Download


  1. or download this
    use List::Util qw( shuffle );
    
    ...
    __END__
    10, 11, 12, 13, 14, 15, 5, 6, 7, 8, 9
    5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15