&my_db_connection->update( table_name => $table_name, keys => &my_db_connection->select( table_name => $table_name, return_field => 'userID', select_field => 'userName', value => $username), update_field => 'userAddress', update_value => $new_address);