in reply to Re^3: checking values of variablesin thread checking values of variables
Or, still without List::MoreUtils:
help() if grep {! $_} $server, $user, $database, ...; [download]