# ... my $sth = $dbh->prepare( "SELECT * FROM dbms WHERE '?' = '?';" ); $sth->execute('System Status', 'active'); # now get the results...