Mega Code Archive

 
Categories / Perl / String
 

Using {} to separate variable in variable interpolation

$text = "un"; print "Don't be ${text}happy.";