in reply to Re^3: Using variables in array names
in thread Using variables in array names
The biggest problem with symbolic references is polluting the package namespace.I addressed that in my reply, and IMNSHO, that isn't the biggest problem. The vast majority of the problems I've seen when people use symbolic references (and when you give Perl classes you see a lot) stem from typos - not from "polluting" the package namespace.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Using variables in array names
by herveus (Prior) on Aug 05, 2005 at 13:57 UTC | |
by Anonymous Monk on Aug 05, 2005 at 14:19 UTC | |
by blazar (Canon) on Aug 05, 2005 at 14:45 UTC | |
by herveus (Prior) on Aug 05, 2005 at 14:26 UTC | |
|
Re^5: Using variables in array names
by shemp (Deacon) on Aug 05, 2005 at 17:50 UTC |