Help for this page

Select Code to Download


  1. or download this
    1024  LABEL:
      1025  print "\nCREATE A DATABASE FOR EXISTING CLIENT OR COPY AN EXIS
    ...
      1060     redo LABEL;
      1061
      1062  }#end else statement
    
  2. or download this
    sub add_client() {
    
    ...
    +:$DBI::errstr");
    $sth->execute();
    }
    
  3. or download this
    sub get_Origserver() {
       919
    ...
       922  my ($dbh, $Origdb) = @_;
       923  print "This is the db $dbh\n";
    }