Help for this page

Select Code to Download


  1. or download this
    use List::Util qw( shuffle );
    
    ...
    or die("Unable to open input file: $!\n");
    
    my @shuffed_array = shuffle <$fh>;