Help for this page

Select Code to Download


  1. or download this
    eval { require DBI };
    if ($@) {
    ...
        warn "Oh oh";
    }
    ... etc...
    
  2. or download this
    my %subs = ('DBI' => \&use_dbi,
                'Win32::ODBC' => \&use_odbc,
    ...
           last;
        }
    }