$hash{"name"} = "this and that" if defined $name; #name has data #or $hash{"name"} = "this and that" unless defined $name; #name empty