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

3 lines
76 B
Perl
Raw Normal View History

2012-02-13 19:19:04 +00:00
my $dbh = DBI->connect("dbi:mysql:{{_cursor_}}", "", "");
$dbh->disconnect;