Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl
    # Set constants
    ...
    
    $dbh->disconnect;
    
  2. or download this
    my $dbh = DBI->connect( "dbi:Oracle:host=localhost;sid=nms", 'user', '
    +password');