Help for this page

Select Code to Download


  1. or download this
    # You don't declare a constant like this:
    use constant $FOO => 1;  # bad
    ...
    
    # And use it like this:
    print FOO;