Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @a = sort { $a->[0] <=> $b->[0] } map { [ rand 14e6, $_ ]  } 0..14e
    +6;
    
    pp [ @a[0..100] ];          # show me the first 100