The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
foo {
  $var: 2;
  $another-var: 4;
  a: $var;
  b: $var + $another-var;}