The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$x: ecks;
$y: why;

div {
  blah: "hey #{$x} ho";
  blee: hey#{$y}ho;
  bluh: "foo #{$x}";
  bleg: foo#{"hey"}bar;
}