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