Help for this page

Select Code to Download


  1. or download this
    use DBI;
    my $dbh=DBI->connect("dbi:SQLite:dbname=climhy","","") or die 'arrgh';
    my $ech = $dbh->selectall_arrayref('select * from site');
    
  2. or download this
    "DBD::SQLite::db selectall_arrayref failed: unsupported file format(1)
    + at dbdimp.c "
    
  3. or download this
    sqlite> select * from site;