funtion(); # prints string since not assigned $value = funtion(); # Does not print. $value holds the return string.