The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
{
  'example' => {
                 'array' => [ 'biff!', 'bam!', 'chicka-pow!' ],
                 'hash'  => { sound => 'bork!', noise => 'bonk!' },
                 'code'  => sub { return "ka-plooey!\n" },
                 'code-with-args' => sub {
                                       my $arg = shift;
                                       return "$arg, $arg, $arg!\n"
                                     }
	       }
}