Help for this page

Select Code to Download


  1. or download this
    my $sql = '';
    if (cond) {
      $sql = $dbh->prepare(SQL_CODE);
    ...
    }
    
    $sql->execute(@params);