Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    my %h1;
    ...
    my @h = (3, 4, 5);
    $h1{(@h)} = 44;
    print Dumper(\%h1);
    
  2. or download this
    $VAR1 = {
              '22' => 22,
    ...
              '3' => 44,
              '22' => 19
            };