in reply to Re^2: Named array indices
in thread Named array indices

Constants are a bit more memory efficient and easier to read.

Replies are listed 'Best First'.
Re^4: Named array indices
by LanX (Saint) on Aug 07, 2010 at 11:35 UTC
    I found another difference, it's possible to pass array-refs with use constants. :)

     sub AR () {[]} doesn't work!

    Cheers Rolf