Help for this page
if ($_ =~/^(\w+);(\d+);$/ && $_ !~/^\#/) { print "DEBUG: use constant $1 => $2;\n"; eval "use constant $1 => $2"; #...
use strict; require constant; ... __DATA__ MEMINUSEWAR;2000000;