Help for this page

Select Code to Download


  1. or download this
    my $sth = $dbh->prepare( "select ?,? from ? where ? = ?" );
    $sth->execute( '[is Active?]' ,'[is Deleted?]', '[is Deleted?]', 1 );
    my $array_ref = $sth->fetchall_arrayref;