Help for this page
use Readonly; Readonly $C1 => 1; ... } } print time() - $t0;
use constant C1 => 1; ... } } print time() - $t0;