Help for this page

Select Code to Download


  1. or download this
    my %HoHoA = (
                  'set1' => {
    ...
    
    );
    
  2. or download this
    key1_set1 - key1_set2
    key1_set1 - key2_set2
    ...
    key2_set3 - key1_set4
    key2_set3 - key2_set4
    key2_set3 - key3_set4
    
  3. or download this
    foreach my $set ( sort keys %HoHoA)
    {
    ...
        }
    }
    # Am I attacking the problem correctly?