Hi,

quick questions:

    constant pi = 3;      # works
                          # Is &pi package- or lexically-scoped?

    our constant pi = 3;  # legal?

    my  constant pi = 3;  # legal?

This is consistent with "sub foo", "our sub foo", and "my sub foo",
which are all allowed.


--Ingo

-- 
Linux, the choice of a GNU | Row, row, row your bits, gently down the
generation on a dual AMD   | stream...
Athlon!                    | 

Reply via email to