*SOME_CONSTANT = \ 'the value'; #### $h{$SOME_CONSTANT}; print "$SOME_CONSTANT\n"; #### $SOME_CONSTANT = 'new value';