The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
no strict;
no Lexical::Var '$foo';
push @main::values, $foo;
1;