Help for this page

Select Code to Download


  1. or download this
    for my $sql (@statements) {
        $db->Sql($sql);
    }
    
  2. or download this
    push @statement, "INSERT INTO
     UserTestingE (ID) VALUES (\t$_\n)";
    
  3. or download this
    push @statement,
        "INSERT INTO UserTestingE (ID) VALUES ('\t$_\n')";