Help for this page
{ my $foo = 42; ... } # $foo is no longer in scope here
use constant DEBUG => 0; ... { # This code will not be compiled }