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


in reply to DBI::SQLite and apache [SOLVED]

How do you know that the connect, the prepare and the execute "work fine"? You do not test the return value of these functions.

Add some or die ... or or warn ... code to these functions and see what that does.

CountZero

A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James