Help for this page

Select Code to Download


  1. or download this
    sub query_databases {
    ....
     return \%dbs;
    }
    
  2. or download this
    my $dbsref = query_databases ();
    
  3. or download this
    my $result = do_compare( $dbsref );
    
  4. or download this
    sub do_compare {
      my $dbsref = shift;
    ...
        }
      }
     }