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