Help for this page
print function(); # prints the string that function returns.
funtion(); # prints string since not assigned $value = funtion(); # Does not print. $value holds the return string.