http://qs321.pair.com?node_id=382619


in reply to SQLite wouldn't work

First you should ALWAYS ALWAYS use strict; and also turn on warnings this will always give you your issue, or you can try this before you run your script to get any errors.

perl -cwTM-strict your_script.pl

SUNADMN
USE PERL

Replies are listed 'Best First'.
Re^2: SQLite wouldn't work
by Anonymous Monk on Aug 13, 2004 at 17:39 UTC
    The problem is on SQLite, the error mesagge said couldn't find the table.... So if you download it you would see the error mesage. But I dont know what the problem is with SQLite as all database are there in the zip..