Help for this page
package MyConstants; ... use constant CONST2 => 'xxx'; 1;
use MyConstants; ... use warnings; print CONST1;