package Test; use constant DEBUG => 0;# There is also one in the main package, for t +urning all on sub new { print "Test->new(@_)" if (DEBUG || main::DEBUG); ... }
In reply to use constant and the Perl Optimizer by Outaspace
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |