3 lines
77 B
Perl
3 lines
77 B
Perl
|
my $dbh = DBI->connect("dbi:Oracle:{{_cursor_}}", "", "");
|
||
|
$dbh->disconnect;
|