Help for this page

Select Code to Download


  1. or download this
    my $dbh = DBI->connect(join('',
            'DBI:mysql:database=_DATABASE_;host=_HOST_;',
    ...
        '_SSL_USER_',
        '_SSL_USER_PWD_'
    ) || die DBI->errstr;