Help for this page

Select Code to Download


  1. or download this
    my %hash2 = (
      a => ++$m,
      b => ++$m,
      c => ++$m
    );
    
  2. or download this
    #This time you get three times the same value
    0  HASH(0x30ef548)
       'a' => 3
       'b' => 3
       'c' => 3