my $Titelselect = 0; my $Select1; if ($Titelselect == 0) { $Select1 = "titel!=''"; } else { $Select1 = "titel='$Titelselect'"; } print $Select1;