The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
$[       # Comment on same line as meaningful content.

$SIG{__DIE__}	Found use of $SIG{__DIE__}. Use END{} or override CORE::GLOBAL::die() instead.

# Extra leading and trailing whitespace here is intentional.

    $^S		Found use of $^S. You should seriously consider what your code is trying to do.