$hash{orderID} //= do { /Order ID:(\S+)/; $1 }; #### $hash{orderID} = $1 if !defined $hash{orderID} and /Order ID:(\S+)/;