Help for this page

Select Code to Download


  1. or download this
    $href = \%drw;
    foreach ( keys %$href) {
    ...
        print "\tsubKey = $_\n";
      }
    }
    
  2. or download this
    $href = \%drw;
    foreach ( keys %$href) {
    ...
        print "\tsubKeyValue = $_\n";
      }
    }