dotfiles/.vim/template/perl/snip-dbi-connect-mysql.pl

3 lines
76 B
Perl

my $dbh = DBI->connect("dbi:mysql:{{_cursor_}}", "", "");
$dbh->disconnect;