foreach(@ffs) { if($fd{$_} eq ""){ $updatestring = "$updatestring,[$cols{$_}] = NULL"; } else{ $updatestring = "$updatestring,[$cols{$_}] = \'$fd{$_}\'"; } }