- or download this
use Querylet;
database: dbi:SQLite:dbname=foo.sqlite
- or download this
use strict;
use DBI;
my $dbh = DBI->connect('dbi:SQLite:dbname=foo.sqlite');
- or download this
use strict;
use DBI;
#line 3 "test.querylet"
my $dbh = DBI->connect('dbi:SQLite:dbname=foo.sqlite');