Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    my %new = map {$_ => $vals[int(rand(@vals))]} keys %h;
    
    print Dumper \%new;
    
  2. or download this
    $VAR1 = {
              'c' => 2,
    ...
              'd' => 3,
              'b' => 1
            };