while ( $row = $st->fetchrow_hashref ) { if ( $host eq $row->{host} ) { exit 0; } }