programming-examples/perl/String/Using {} to separate variable in variable interpolation.pl
2019-11-15 12:59:38 +01:00

4 lines
53 B
Perl

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