Help for this page
(CONST1) => 'test1' # No longer a bareword. CONST1() => 'test1' # constants are really special functions. CONST1, 'test1' # use "," instead of "=>". It's the same, # except it doesn't quote the LHS.