use constant { COMPILE_KEY => 'compile_key' }; use strict; my %hash = ( COMPILE_KEY() => 'yay', runtime_key => 'still OK' ); $hash{COMPLIE_KEY()}; # sadness