my $clist; BEGIN { $clist = {a => 1, b => 2}; } use constant $clist; #### my $clist; use ($clist = {a => 1, b => 2}); use constant $clist;