Nach Vorschrift:
my $dbfile = "places.sqlite";
my $dbh = DBI->connect("dbi:SQLite:dbname=$dbfile","","") or die $@;
$dbh->selectall_arrayref("show tables");
Ergibt bei mir:
DBD::SQLite::db selectall_arrayref failed: near "show": syntax error at..
Was mache ich falsch!? Gibt es evntl. eine andere Möglichkeit zur Ausgabe der Tabellen?
Bitte mal um Hinweises, MFG