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

3 lines
76 B
Perl
Raw Normal View History

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