Help for this page

Select Code to Download


  1. or download this
      while (($key,$value) = each %$DB_name) {
    
  2. or download this
       my %name_to_hash = (
          ISWTEST => \%ISWTEST,
    ...
          #...);
       while (($key,$value) = each %{$name_to_hash{$DB_name}}) {
          #...