use strict; use DBI; my $dbh = DBI->connect('dbi:SQLite:dbname=foo.sqlite');