Help for this page

Select Code to Download


  1. or download this
    local $"=",";
    my $sth = $dbh->prepare(
    ...
           "
    );
    $sth->execute( $lastname, @firstnames );
    
  2. or download this
    my $sth = $dbh->xprepare( ph {
           "SELECT * FROM $_table 
    ...
           "
    });
    $sth->xexecute();