Help for this page
my $clist; BEGIN { $clist = {a => 1, b => 2}; } use constant $clist;
my $clist; use <anymodule> ($clist = {a => 1, b => 2}); use constant $clist;