Help for this page

Select Code to Download


  1. or download this
    DBD::mysql:st execute failed: Column count doesn't match value count a
    +t row 1 at dbtest.pl line 22
    
  2. or download this
    #!perl -w
    use strict;
    ...
    }
    
    $DBH->disconnect;
    
  3. or download this
    create table Questions(Test_Number integer(2) NOT NULL,
                           Question varchar(255) NOT NULL,
    ...
                           Answer_D varchar(255),
                           Answer_E varchar(255),
                           Correct_Answer varchar(10));