The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
sub japh (Str $lang) { say "just another $lang hacker"; }
my &perl6Japh := &japh.assuming("Perl6");  
perl6Japh()