Help for this page

Select Code to Download


  1. or download this
    #!/shebang_goes_here
    use warnings;
    ...
    my $conn = 'DBI:mysql:database=dwcontact;host=192.168.200.39;port=3402
    +;mysql_ssl=1';
    print Dumper ($conn);
    my $dbh  = DBI->connect($conn, $user, $pass);