Help for this page

Select Code to Download


  1. or download this
    my $db = DBI->connect($data_source, $username, $auth, { AutoCommit => 
    +0 } );
    
  2. or download this
    $del = $db->do(delete from master where org = ?", {}, $we);
    
  3. or download this
    $db2->execute(
      $we,
    ...
        description
      / },
    );