Help for this page

Select Code to Download


  1. or download this
    DBD::mysql::st execute failed: called with 26 bind variables when 24 a
    +re needed at csv2sql.pl line 18, <GLEANDATA> line 193.
    
  2. or download this
    ("foo","bar","","bash")
    
  3. or download this
    #!/usr/bin/perl -w
    
    ...
    close GLEANDATA or die "Could not close file\n";
    
    $dbh->disconnect;
    
  4. or download this
    CREATE TABLE glean_data (
        id MEDIUMINT NOT NULL AUTO_INCREMENT,
    ...
        time_of_year_to_call VARCHAR(50),
        PRIMARY KEY (id)
    )