$a = "@{[print hello]}"; $z = "$a"; # no output $z = "@{[print hello]}"; # output: hello