aboutsummaryrefslogtreecommitdiff
path: root/template/perl/snip-dbi-connect-mysql.pl
diff options
context:
space:
mode:
Diffstat (limited to 'template/perl/snip-dbi-connect-mysql.pl')
-rw-r--r--template/perl/snip-dbi-connect-mysql.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/perl/snip-dbi-connect-mysql.pl b/template/perl/snip-dbi-connect-mysql.pl
index 426feee..4c7e614 100644
--- a/template/perl/snip-dbi-connect-mysql.pl
+++ b/template/perl/snip-dbi-connect-mysql.pl
@@ -1,2 +1,3 @@
my $dbh = DBI->connect("dbi:mysql:{{_cursor_}}", "", "");
$dbh->disconnect;
+{{_filter_:dbi}}