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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: SQLite wouldn't work
by reneeb (Chaplain) on Aug 13, 2004 at 08:55 UTC
    Do you get any error messages??

    If it is a CGI-Script use these lines in your script:
    use CGI::Carp qw(fatalsToBrowser warningsToBrowser); # print the header... warningsToBrowser(1);
    This will print all error messages and warnings to your browser...

    Are all needed modules installed?
Re: SQLite wouldn't work
by sunadmn (Curate) on Aug 13, 2004 at 11:48 UTC
    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
      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..