From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more
|
/\$\[/ # Comment on same line as meaningful content.
# Lack of whitespace between regex and message intentional.
/\$SIG\{__DIE__\}/Do not use $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.
# $Date: 2009-10-01 16:33:08 -0700 (Thu, 01 Oct 2009) $
# $Author: clonezone $
# $Revision: 3666 $
|