$h{key} = 0; $h{key} ||= "foo"; print $h{key}; #### $h{$key} = "value" unless exists $h{$key};