Help for this page
BEGIN { my $constants = ( FOO => 'foo', ... } ... }</blockquote>
BEGIN { require constant; my %constants = ( ... constant->import( $name => $constants{$name} ); } }