- or download this
my $condition = $oracle_connector->opts->condition;
- or download this
my $where = "";
$where = "WHERE status = '$condition'" if $condition;
- or download this
if ($condition) {
$where = "WHERE status = '$condition'"
}
- or download this
$where = " WHERE status = '$condition'"