Using {} to separate variable in variable interpolation
$text = "un"; print "Don't be ${text}happy.";