Help for this page

Select Code to Download


  1. or download this
    %hash = {
              'chapter' => {
    ...
    '
                         }
            };
    
  2. or download this
    my $areEqual=1;
    if(keys %hash == keys %hash1) {
    ...
            }
        }
    }