Help for this page
use constant SOME_CONSTANT => 'the value'; print "This is @{[SOME_CONSTANT]}\n";
$h{&SOME_CONSTANT} = 'hash value';