sub set_if_not_set_already { $_[0] = $_[1] if $_[0] eq ""; } set_if_not_set_already($list_info{subscribed_message}, $subscribed_message);