The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
var x = {
  abc: 1,
	zyz: 2,
  abc: 5,
  mno: {
  	abc: 4
  },
  abc: 5
}