my $sth = $dbh->prepare( "SELECT COUNT(*) FROM workspace WHERE name = ?"); $sth->execute( $workspace ); my ($count) = $sth->fetchrow_array();