Help for this page

Select Code to Download


  1. or download this
      my $sth = $dbh->prepare(<<"SQL");
      INSERT INTO main (operations,seconds,usr,sys,cpu,tests)
      VALUE (?,?,?,?,?,?)
    ...
      }
    
      close(IN);