use strict; use warnings; use Data::Dumper; use constant { BIRD => 'footchicken' }; print Dumper(+{ +BIRD => 'Valery' });