- or download this
'"dbi:Oracle:host=localhost;sid=nms"'
- or download this
"dbi:Oracle:host=localhost;sid=nms"
- or download this
# totally wrong code
my $dsn = "@array[0], '@array[1]', '@array[2]'";
my $dbh = DBI->connect($dsn);
- or download this
my $dbh = DBI->connect(@array);