in reply to Problems passing hash reference

Hi. Test is taken. /Local.*/ is always available

Replies are listed 'Best First'.
Re^2: Problems passing hash reference
by daxim (Curate) on Oct 15, 2019 at 09:42 UTC
    Considered: [AnomalousMonk]: REAP: Meaningless
    You need some education, AnomalousMonk. Put away your itching reap finger.

    The namespace Test is already in use, so one should not use it for examples:

    perl -mTest -e'print Test->VERSION' # 1.31

    The namespace Local is reserved.