Help for this page

Select Code to Download


  1. or download this
    my $sth1 = $dbh->prepare("INSERT INTO dev.blocks (names) VALUES(?)"); 
    +     
    my $sth3 = $dbh->prepare("INSERT INTO dev.vials (block_id, lt, well_po
    +sition, gene, barcode) VALUES(?,?,?,?,?)");
    ...
      }
      close($fh);
    }
    
  2. or download this
    unless($well) {
      die "missing value for well in file $file, line $. \n";
    }