Help for this page

Select Code to Download


  1. or download this
    (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.